0.0.3 • Published 11 years ago

siop v0.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
11 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

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago