kobokan

1.0.3 • Public • Published

npm version

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.

Package Sidebar

Install

npm i kobokan

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

2.91 kB

Total Files

3

Last publish

Collaborators

  • ariear