- EthexIndia and zebPay bid and sell notification in every 30 minutes or you can pass env variable(refreshTime), using node-notifier(mac,windows,linux) for notifications
- facebook messenger bot crypto alerts,news,blockchain and crypto meetups
Have these packages installed and running on your system.
- Node.js, and npm(https://www.npmjs.com/).
- MongoDB
- Clone this repo
$ git clone https://github.com/Preetam007/priceTicker.git
- Enter into the project directory
$ cd priceTicker
- Run
$ npm install
to install required dependencies. - Run
$ npm start
orpm2 start server.js
to start the web service
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
- dynamic notification (when price is higher and lower than etc)
- add multiple exchanges(bittrex,poloneix etc)
- telegram,slack bots
- desktop app (electron.js) and android app(ionic or react native or cordova)
- push notifications
- mail notifications(mailer notification)
- sms notifications (twilio integration)