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

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.

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).

![Screenshot or GIF of the application in action](screenshot.png)

## 🟢 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).