An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 💸 Bitcoin Price

![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)
![Node.js](https://img.shields.io/badge/Node.js-18.20%2B-green.svg)
![axios](https://img.shields.io/badge/axios-1.1.3-blue.svg)

## 📝 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`