kobokan
v1.0.3
Published
This is the weather scraping package from the BMKG website using cheerio
Downloads
2
Maintainers
Readme
Kobokan
a package that you can use to get city weather data in Indonesia
Table of contents
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Installation
Start with install library using yarn or npm:
$ npm install kobokan
Or if you prefer using Yarn:
$ yarn add kobokan
const Kobokan = require('kobokan')
Usage
Scripts
Kobokan.then((results) => {
console.log(results);
})
.catch((error) => {
console.log(error);
});
API
Kobokan
Kobokan()
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Arie Akbarull Ridho - ariear - ariear
See also the list of contributors who participated in this project.