dynamitechetan / susi_desktop

Desktop Client for http://api.susi.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Susi desktop

Join the chat at https://gitter.im/fossasia/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 -g bower
npm install
bower 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.

About

Desktop Client for http://api.susi.ai


Languages

Language:JavaScript 51.0%Language:CSS 36.5%Language:HTML 12.6%