Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including cryptocurreny-symbols with all npm packages installed. Try it out:

const normalize = require('./index.js') normalize.translate("ETH", "kraken.com") // XETH normalize.image("ETH") // https://shapeshift.io/images/coins/ether.png normalize.images("ETH") // { large: 'https://shapeshift.io/images/coins/ether.png', small: 'https://shapeshift.io/images/coins-sm/ether.png' } normalize.imageSmall("ETH") // https://shapeshift.io/images/coins/ether.png normalize.pair("ETH", "BTC", "kraken.com") // XETHXXBT normalize.pair("ETH", "BTC", "bittrex.com") // XETHXXBT normalize.doesSupport("FCT", "kraken.com") // false normalize.doesSupport("ETH", "kraken.com") // true normalize.coin("ZEC") console.log( normalize.shift("XXBTXETH", "kraken.com", "gdax.com") ) normalize.ticker('ZRX', 'BTC', 'liqui.io').then(ticker => { console.log('ticker', ticker) })

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

cryptocurreny-symbols v2.4.7

Apparently nobody can agree on crypto naming conventions, this package aggregates popular exchanges and sites and allows you to easily translate from our spec to other parties conventions.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free