0.1.0 • Published 4 years ago

coincap-sdk v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

CoinCap SDK

A Node.js & Browser client for CoinCap API

currently, under development 👨🏻‍💻

Usage

yarn add coincap-sdk
const CoinCap = require('coincap-sdk');

const coinCap = new CoinCap();

coinCap.getAllAssets(); // get all assets
coinCap.getAssetById('bitcoin') // get asset by id

Documentation


coming soon

TypeScript

This module is already written in TypeScript

TODO:

  • Create React Hooks

Licence

MIT

0.1.0

4 years ago