Skip to content

Arsh1a/crypto-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

Crypto-notifier

Notify the user when a cryptocurrency price goes 🚀 by the defined amount using Cryptocompare.com API.

Built with

How It Works

  1. Every 20 seconds, we fetch the current cryptocurrency prices up to 9 times and store them.
  2. Then, we compare the first and last price of the fetched cryptocurrency.
  3. 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).

Installation

  1. Clone the repo
git clone https://github.com/Arsh1a/crypto-notifier.git
  1. Install NPM packages
npm install
  1. Start the app
npm start

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

Notifies user with a sound when cryptocurrencies price goes 🚀 by the defined percentage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published