Ecosyste.ms: Awesome

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

https://github.com/malcodeman/cmc-api-wrapper


https://github.com/malcodeman/cmc-api-wrapper

Last synced: 2 months ago
JSON representation

Lists

README

        

# Coin Market Cap api wrapper 💹

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/cmc-api-wrapper/blob/master/LICENSE)

Fast, reliable and unified data APIs to cryptocurrency markets. Powered by [Coin Market Cap](https://coinmarketcap.com/api).

## Getting started

Clone and run the api:

```
git clone https://github.com/malcodeman/cmc-api-wrapper.git cmc-api-wrapper
cd cmc-api-wrapper
yarn install && yarn start
```

.env:

```
API_URL = "https://pro-api.coinmarketcap.com/v1"
COIN_MARKET_CAP_API_KEY = "your-coin-market-cap-api-key"
PORT = 4000
```

## License

[MIT](./LICENSE)