eth-inr
v0.0.2
Published
A Node.js Module that converts Ethereum's Price into your local Indian Rupees
Downloads
3
Readme
Node Eth-INR
An Easy to use NPM Module that allows you to get Ethereum's Price in INR returning an Asynchronous Promise.
How to Use?
var ethINR = require('eth-inr')
ethINR().then(price => {
console.log(price) // latest price fixed to 4 Integers.
}).catch(err => {
console.log(err) // error
})
License
Licensed to Daksh Miglani under MIT 2017