This repository is my solution to the test task for employment as a Node.js Developer.
Automatically notify a user when gas price on Ethereum drops below a specific USD threshold.
Application uses Telegram as both a User Interface and for notification purposes. Additional technological specifications:
Nest.js
- used as main frameworkSQLite
- for persistencetelegraf
package - for Telegram integration
$ npm install
Don't forget to set up .env
file first as described in .env.example
.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod