- Notie to any moment on you telegram account
- S&P500 and MOEX stocks
- No more features
- No more
Dillinger uses a number of open source projects to work properly:
- [node.js] - evented I/O for the backend
- [Express] - fast node.js network app framework [@tjholowaychuk]
Formal text with decription for moex api
- [moex api] - api of Moscow Exchange
- [other api] - description of other api
Stock notice telegram-bot requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ cd stock-notice-bot
$ npm install -d
$ node app
For production environments...
$ npm install --production
$ NODE_ENV=production node app
- Write MORE Tests
MIT