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

https://github.com/coinspace/crypto-db

Crypto DB
https://github.com/coinspace/crypto-db

Last synced: 3 months ago
JSON representation

Crypto DB

Awesome Lists containing this project

README

          

# Crypto DB

[![Build](https://github.com/CoinSpace/crypto-db/actions/workflows/ci.yml/badge.svg)](https://github.com/CoinSpace/crypto-db/actions/workflows/ci.yml)
[![Version](https://img.shields.io/github/v/tag/CoinSpace/crypto-db?label=version)](https://github.com/CoinSpace/crypto-db/tags)
[![License](https://img.shields.io/github/license/CoinSpace/crypto-db?color=blue)](https://github.com/CoinSpace/crypto-db/blob/master/LICENSE)

## Install

```bash
npm i @coinspace/crypto-db
```

## Usage

```js
// import all crypto in NodeJS
import cryptoDB from '@coinspace/crypto-db';

// import single file in webpack
// https://webpack.js.org/concepts/module-resolution/#module-paths
import bitcoin from '@coinspace/crypto-db/crypto/bitcoin@bitcoin.json';
```