eth-inr

0.0.2 • Public • Published

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

/eth-inr/

    Package Sidebar

    Install

    npm i eth-inr

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • dakshmiglani