e-stat-population

1.0.2 • Public • Published

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}]
})

Readme

Keywords

Package Sidebar

Install

npm i e-stat-population

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

6.49 kB

Total Files

7

Last publish

Collaborators

  • wafuwafu13