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: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/cmc-api-wrapper
- Owner: malcodeman
- License: mit
- Created: 2018-10-14T16:51:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:04:43.000Z (about 2 years ago)
- Last Synced: 2024-10-29T11:10:35.409Z (about 2 months ago)
- Language: JavaScript
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - cmc-api-wrapper - Fast, reliable and unified data APIs to cryptocurrency markets. (Node)
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)