Notify the user when a cryptocurrency price goes 🚀 by the defined amount using Cryptocompare.com API.
- Every 20 seconds, we fetch the current cryptocurrency prices up to 9 times and store them.
- Then, we compare the first and last price of the fetched cryptocurrency.
- We keep comparing them every 20 seconds until the cryptocurrency price rises by the defined amount. 4. Then, we notify the user with a notification sound (if turned on).
- Clone the repo
git clone https://github.com/Arsh1a/crypto-notifier.git- Install NPM packages
npm install- Start the app
npm start- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request