https://github.com/xgracias/btc-exchange-rates
Get BTC-to-Currency exchange rates for popular Crypto and Fiat currencies.
https://github.com/xgracias/btc-exchange-rates
nodejs typescript
Last synced: 2 months ago
JSON representation
Get BTC-to-Currency exchange rates for popular Crypto and Fiat currencies.
- Host: GitHub
- URL: https://github.com/xgracias/btc-exchange-rates
- Owner: xgracias
- License: apache-2.0
- Created: 2023-11-15T13:12:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T13:17:43.000Z (over 1 year ago)
- Last Synced: 2024-11-21T15:39:28.011Z (6 months ago)
- Topics: nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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.

## 🟢 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/bullishgopher/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 is licensed under the [Apache License, Version 2.0](LICENSE).