1.0.2 • Published 2 years ago
z-apio v1.0.2
z-apio
Contoh penggunaan
const zapio = require("z-apio");
const url = "https://data.bmkg.go.id/DataMKG/TEWS/autogempa.json";
zapio.apio(url).then(result => {
console.log(result);
});
const zapio = require("z-apio");
const url = "https://data.bmkg.go.id/DataMKG/TEWS/autogempa.json";
zapio.apio(url).then(result => {
console.log(result);
});