https://github.com/betterstack-community/btc-exchange-rates
Get BTC-to-Currency exchange rates for popular Crypto and Fiat currencies.
https://github.com/betterstack-community/btc-exchange-rates
Last synced: about 1 year ago
JSON representation
Get BTC-to-Currency exchange rates for popular Crypto and Fiat currencies.
- Host: GitHub
- URL: https://github.com/betterstack-community/btc-exchange-rates
- Owner: betterstack-community
- License: apache-2.0
- Created: 2022-04-04T19:00:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T14:30:07.000Z (over 2 years ago)
- Last Synced: 2025-03-24T12:55:31.669Z (about 1 year ago)
- Language: JavaScript
- Size: 334 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitcoin Exchange Rates
Get BTC-to-Currency exchange rates for popular Crypto and Fiat currencies.
**Tutorial**: [Using TypeScript with Node.js: A Beginner's Guide](https://betterstack.com/community/guides/scaling-nodejs/nodejs-typescript).

## 🟢 Prerequisites
You must have Node.js and `npm` installed on your machine.
## 📦 Getting started
- Clone this repo to your machine:
```bash
git clone https://github.com/betterstack-community/btc-exchange-rates
```
- `cd` into the project folder and run `npm install` to download dependencies.
- Execute the command below to start the development server:
```bash
npm run dev
```
- Visit http://localhost:3000 in your browser.
## âš– License
The code used in this project and in the linked tutorial are licensed under the [Apache License, Version 2.0](LICENSE).