Skip to content

0xDaksh/node-eth-inr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Node.js Module that converts Ethereum's Price into your Local Indian Rupees.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published