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

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.

Awesome Lists containing this project

README

        

# Bitcoin Exchange Rates

Get BTC-to-Currency exchange rates for popular Crypto and Fiat currencies.

![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/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).