Kmoni.js is a TypeScript/JavaScript library for handling JSON data provided by the Strong Motion Monitor of the National Research Institute for Earth Science and Disaster Resilience (NIED) in Japan.
npm install git+https://github.com/YDITS/kmoni.js.gitTypeScript:
import { KmoniClient } from "kmoni.js";JavaScript (after build):
import { KmoniClient } from "kmoni.js/dist/index.js";npm installCompile to JavaScript
npm run buildEmitted JavaScript files will be output to the dist/ directory.
Licensed under the MIT License.
Copyright © よね/Yone