Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.
/ siop Public archive

Japan Meteorological Agency seismic intensity observation point JSON generator

License

Notifications You must be signed in to change notification settings

yohfee/siop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Japan Meteorological Agency seismic intensity observation point JSON generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published