1.0.3 • Published 1 year ago

kobokan v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago