GithubHelp home page GithubHelp logo

ariear / kobokan Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 12 KB

a package that you can use to get city weather data in Indonesia

Home Page: https://www.npmjs.com/package/kobokan

JavaScript 100.00%
bmkg weather-api weather-indonesia

kobokan's Introduction

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);
  });

Output

[
    {
        "city": "Banda Aceh",
        "temperature": "26°C",
        "time": "07:00 WIB",
        "image": "https://www.bmkg.go.id/asset/img/icon-cuaca/berawan-am.png",
        "description": "Berawan" 
    },
    {
        "city": "Serang",
        "temperature": "26°C",
        "time": "07:00 WIB",
        "image": "https://www.bmkg.go.id/asset/img/icon-cuaca/cerah berawan-am.png",
        "description": "Cerah Berawan" 
    },
    {
        "city": "Bengkulu",
        "temperature": "24°C",
        "time": "07:00 WIB",
        "image": "https://www.bmkg.go.id/asset/img/icon-cuaca/cerah berawan-am.png",
        "description": "Cerah Berawan" 
    },
    ...[and more]
]

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.

kobokan's People

Contributors

ariear avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.