You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Michael Wuergler fd9149468c init 7 years ago
.editorconfig init 7 years ago
.gitattributes init 7 years ago
.gitignore init 7 years ago
.travis.yml init 7 years ago
build.js init 7 years ago
cryptocurrencies.json init 7 years ago
index.js init 7 years ago
license init 7 years ago
package.json init 7 years ago
readme.md init 7 years ago
test.js init 7 years ago

readme.md

cryptocurrencies Build Status

A JSON list of all the cryptocurrency symbols and names

The currency list is a JSON file that can be used wherever.

Install

$ npm install --save cryptocurrencies

Usage

const cryptocurrencies = require('cryptocurrencies');

cryptocurrencies.BTC;
//=> 'Bitcoin'

API

cryptocurrencies(input, [options])

input

Type: string

Lorem ipsum.

options

foo

Type: boolean
Default: false

Lorem ipsum.

License

MIT © Michael Wuergler