https://github.com/coinspace/crypto-db
Crypto DB
https://github.com/coinspace/crypto-db
Last synced: 3 months ago
JSON representation
Crypto DB
- Host: GitHub
- URL: https://github.com/coinspace/crypto-db
- Owner: CoinSpace
- License: mit
- Created: 2021-08-26T12:29:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T12:40:58.000Z (about 1 year ago)
- Last Synced: 2025-04-11T14:14:50.620Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 MB
- Stars: 9
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto DB
[](https://github.com/CoinSpace/crypto-db/actions/workflows/ci.yml)
[](https://github.com/CoinSpace/crypto-db/tags)
[](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';
```