0.1.0 • Published 9 years ago

siop v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

siop

Japan Meteorological Agency seismic intensity observation point JSON generator

Installation

as cli command

npm install -g siop

as npm module

npm install --save siop

Usage

as cli command

siop > data.json

as npm module

var siop = require('siop');

siop()
  .then(function (data) {
    console.log(JSON.stringify(data));
  })
  .catch(function (error) {
    console.error(error);
  });
0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago