Skip to content

Bitcoin tracker is a an application which is used to track the bitcoin prices and the change in it's price day by day. It is developed using NodeJS which is backed by bitmex APIs which is a good platform to track bitcoin prices live.

Notifications You must be signed in to change notification settings

ashwinpadmakumar/bitcoin-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Tracker

Bitcoin tracker is a simple application which is used to track the price of bitcoin and the change in it's price day by day.

Setup

Install node and npm.

sudo apt update
sudo apt install nodejs npm

nodejs --version
npm --version

Initialize the project.

cd bitcoin-tracker
npm install

Start the project

npm start

The results will be produced in a file results.json

About

Bitcoin tracker is a an application which is used to track the bitcoin prices and the change in it's price day by day. It is developed using NodeJS which is backed by bitmex APIs which is a good platform to track bitcoin prices live.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published