0.1.0 • Published 7 years ago

coinboard-scrapper v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

coinboard-scrapper

A scraping module of coinboard.me

Usage

Install module from npm

$ npm install coinboard-scrapper

Example

const CoinboardScrapper = require('coinboard-scrapper')

const cbs = new CoinboardScrapper({
  email: 'hello@example.com',
  password: 'yourpassword'
})


cbs.getTotalAssets('jpy').then((result) => {
  console.log(result)
})
0.1.0

7 years ago