To run this project, the system should have the following prerequisites, if not then click on the link mentioned in the prerequites and install it and then follow the installation steps.
The prerequisites for installing the project :
sudo npm install -g http-server selenium-webdriver mocha mochawesome eslint
go get -v -u -d ./...
- Install Python 2.. . To verify if its installed,
python --version
. - Execute the command
pip install -r requirements/txt
in the subprocesses folder. Usesudo
if required! - Execute the command
http-server
in the view folder. Do not close this terminal. - Execute the command
go run maintut.go
in the service folder. Do not close this terminal. - [optional but recommended] For listening to the jarvis voice download and install mplayer in linux or windows, and set the path so that it responds when typed
mplayer
in the terminal or command prompt.
eslint view/app-jarvis.js
# for linting checkscd tests && npm install && mocha tests.js