/susi_desktop

Desktop Client for http://api.asksusi.com

Primary LanguageJavaScript

Susi desktop

Susi is an AI which replies smartly to anything that you put. Currently Susi is in highly active development and is still in early stages.

Style Guide

Airbnb Style guide is used in order to create this project. Please consider reading guide before contributing to this project.

Dependencies

  • This project is created with the help of Electron which is a native desktop apps creation kit by Github.

  • This project also requires require library which is used to fetch the response from API.

Setup Development Environment

Since this app is based on electron, you need NodeJS installed in order to run it.

In order to setup the development environment, please make sure the following commands are run primarily.

npm install -g electron
npm install

Once these commands are run, all you need to do in order to run this program is to run electron . from the directory you are working in.

Contributing

Please be sure to open an issue before submitting your Pull Request. Be sure to attach the screenshot of running app. All tests that will be provided soon must be passed for PR to be merged.