Skip to content

The project involves creating a small JavaScript project with NodeJS to retrieve the current Bitcoin price via the command line. For this, I use the Coinbase API to obtain the Bitcoin price in multiple currencies.

License

Notifications You must be signed in to change notification settings

SebastienCozeDev/bitcoin-price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’ธ Bitcoin Price

Version Node.js axios

๐Ÿ“ Description

The project involves creating a small JavaScript project with NodeJS to retrieve the current Bitcoin price via the command line. For this, I use the Coinbase API to obtain the Bitcoin price in multiple currencies.

๐Ÿ”„ Clone the Repository

git clone --branch v1.0.0 --single-branch https://github.com/SebastienCozeDev/bitcoin-price

โ–ถ๏ธ Run the Program

There are several ways to run the program:

  • node btc.js <currency>
  • nodemon btc.js <currency>
  • npm run dev <currency>
  • ./btc.js <currency>

๐Ÿ’ฑ List of Available Currencies

  • USD
  • EUR
  • GBP

About

The project involves creating a small JavaScript project with NodeJS to retrieve the current Bitcoin price via the command line. For this, I use the Coinbase API to obtain the Bitcoin price in multiple currencies.

Topics

Resources

License

Stars

Watchers

Forks