Watson icon indicating copy to clipboard operation
Watson copied to clipboard

Add run on repl.it badge to README

Open nraikm opened this issue 5 years ago • 4 comments

This pull request configures this repository to be run on Repl.it.It adds a .replit configuration file and a Repl.it badge to the README. This will allow viewers of the repository to click the run on Repl.it button and be able to use ddgr inside the Repl.it environment. You can read more about running repos on Repl.it here, or view the Repl here.

nraikm avatar Dec 10 '19 06:12 nraikm

Why not, but it doesn't seem to be working out of the box. I got it working by doing pip install td-watson, but I'm not sure that's the intent of repl.it.

k4nar avatar Dec 10 '19 08:12 k4nar

You need to click the run button and it should be installed automatically 😁.

nraikm avatar Dec 10 '19 12:12 nraikm

Not sure to see the point of using repl.it with Watson. Can you explain what are you trying to solve using such service?

jmaupetit avatar Dec 10 '19 13:12 jmaupetit

The point of using Repl.it with Watson is for new users to be able to quickly experiment with Watson using the command line on a new and quickly set up environment instead of having to download and set up Watson inside a user's computer.

nraikm avatar Dec 11 '19 01:12 nraikm