{"id":20827027,"url":"https://github.com/ariear/kobokan","last_synced_at":"2025-07-02T19:34:25.987Z","repository":{"id":65690905,"uuid":"597467499","full_name":"ariear/kobokan","owner":"ariear","description":"a package that you can use to get city weather data in Indonesia","archived":false,"fork":false,"pushed_at":"2023-02-05T01:52:06.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T04:04:57.896Z","etag":null,"topics":["bmkg","weather-api","weather-indonesia"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/kobokan","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ariear.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-02-04T16:40:13.000Z","updated_at":"2023-05-01T03:21:52.000Z","dependencies_parsed_at":"2023-02-18T20:40:27.078Z","dependency_job_id":null,"html_url":"https://github.com/ariear/kobokan","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.375,"last_synced_commit":"e2e2f740e999b86fc286cd4d1cebf233fbb63101"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariear%2Fkobokan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariear%2Fkobokan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariear%2Fkobokan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariear%2Fkobokan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ariear","download_url":"https://codeload.github.com/ariear/kobokan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243174678,"owners_count":20248316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bmkg","weather-api","weather-indonesia"],"created_at":"2024-11-17T23:10:52.430Z","updated_at":"2025-03-12T07:25:06.364Z","avatar_url":"https://github.com/ariear.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](https://badge.fury.io/js/kobokan.svg)](https://badge.fury.io/js/kobokan)\n\n# Kobokan\n\n\u003e a package that you can use to get city weather data in Indonesia\n\n## Table of contents\n\n- [Project Name](#project-name)\n  - [Getting Started](#getting-started)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [API](#api)\n    - [Kobokan](#Kobokan)\n  - [Versioning](#versioning)\n  - [Authors](#authors)\n\n## Getting Started\n\nThese 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.\n\n## Installation\n\nStart with install library using yarn or npm:\n\n```sh\n$ npm install kobokan\n```\n\nOr if you prefer using Yarn:\n\n```sh\n$ yarn add kobokan\n```\n\n```js\n const Kobokan = require('kobokan')\n```\n\n## Usage\n\nScripts\n```js\n Kobokan.then((results) =\u003e {\n    console.log(results);\n  })\n  .catch((error) =\u003e {\n    console.log(error);\n  });\n```\n\nOutput\n```js\n[\n    {\n        \"city\": \"Banda Aceh\",\n        \"temperature\": \"26°C\",\n        \"time\": \"07:00 WIB\",\n        \"image\": \"https://www.bmkg.go.id/asset/img/icon-cuaca/berawan-am.png\",\n        \"description\": \"Berawan\" \n    },\n    {\n        \"city\": \"Serang\",\n        \"temperature\": \"26°C\",\n        \"time\": \"07:00 WIB\",\n        \"image\": \"https://www.bmkg.go.id/asset/img/icon-cuaca/cerah berawan-am.png\",\n        \"description\": \"Cerah Berawan\" \n    },\n    {\n        \"city\": \"Bengkulu\",\n        \"temperature\": \"24°C\",\n        \"time\": \"07:00 WIB\",\n        \"image\": \"https://www.bmkg.go.id/asset/img/icon-cuaca/cerah berawan-am.png\",\n        \"description\": \"Cerah Berawan\" \n    },\n    ...[and more]\n]\n```\n\n## API\n\n### Kobokan\n\n```js\nKobokan()\n```\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ariear/kobokan/tags).\n\n## Authors\n\n* **Arie Akbarull Ridho** - *ariear* - [ariear](https://github.com/ariear)\n\nSee also the list of [contributors](https://github.com/ariear/kobokan/contributors) who participated in this project.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariear%2Fkobokan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fariear%2Fkobokan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariear%2Fkobokan/lists"}