https://github.com/sebastiencozedev/bitcoin-price
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.
https://github.com/sebastiencozedev/bitcoin-price
bitcoin javascript nodejs price-tracker
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sebastiencozedev/bitcoin-price
- Owner: SebastienCozeDev
- License: mit
- Created: 2022-11-07T21:35:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T10:19:46.000Z (about 1 year ago)
- Last Synced: 2025-04-02T10:34:14.873Z (about 1 year ago)
- Topics: bitcoin, javascript, nodejs, price-tracker
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💸 Bitcoin Price



## 📝 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](https://www.coinbase.com/cloud/) to obtain the Bitcoin price in multiple currencies.
## 🔄 Clone the Repository
```sh
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 `
- `nodemon btc.js `
- `npm run dev `
- `./btc.js `
## 💱 List of Available Currencies
- `USD`
- `EUR`
- `GBP`