1.0.2 • Published 4 years ago

e-stat-population v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

e-stat

Build Status

This is a program for getting population data from a government statistics portal site called e-stat where you can view Japanese statistics.## Use examples

First, install this module in your project.

$ npm install e-stat

Import this module in your source code and call like below.

let e-stat = require('e-stat')
let getData = new e-stat()

getData.sumpopulation().then(data => {
    console.log(data)  // [{x: 0, y: 127094745}, ... , {x: 98, y: 64126}]
})
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago