Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Location & Weather Forecast #381

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ This file is translation from Original (Bahasa Indonesia).
| -------------------------- | ----------------------------------- | ------------------------------------------------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------- | -------------- |
| API & Graphql Weather BMKG | [pace11](https://github.com/pace11) | [Link](https://github.com/pace11/weather-api) | ✅ | Weather forecast converted from XML to JSON format sourced from BMKG API. Available in Graphql version. | `false` |
| API Cuaca Realtime | weatherapi | [Link](https://www.weatherapi.com) | ✅ | Current Weather Forecast for Various Cities in JSON Format. | API KEY |
| BMKG Json API | [ibnux](https://github.com/ibnux) | [Link](https://ibnux.github.io/BMKG-importer/#pakai-langsung) | ✅ | Weather forecast for Indonesia up to 3 days ahead. Imported from BMKG in JSON format. | `false` |
| BMKG Json API | [ibnux](https://github.com/ibnux) | [Link](https://ibnux.github.io/BMKG-importer/#pakai-langsung) | ✅ | Weather forecast for Indonesia up to 3 days ahead. Imported from BMKG in JSON format. | `false` |
| Location & Weather Forecast | [ariefmanda](https://github.com/ariefmanda) | [Link](http://103.196.153.211:3443/docs) | ✅ | This API provides real-time and future weather forecasts for a given location based on latitude and longitude coordinates. | `false` |
| Info Gempa & Cuaca API | R.M. Reza | [Link](https://github.com/renomureza/cuaca-gempa-rest-api) | ✅ | REST API for the latest earthquake and weather information in major cities in 35 provinces within 3 days. Data source: BMKG. | `false` |

<!-- API END -->
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Kumpulan API tentang data dan informasi di Indonesia
| API & Graphql Cuaca BMKG | [pace11](https://github.com/pace11) | [Link](https://github.com/pace11/weather-api) | ✅ | Ramalan Cuaca konversi dari format XML ke JSON sumber dari API BMKG. Sudah tersedia dalam versi Graphql. | `false` |
| API Cuaca Realtime | weatherapi | [Link](https://www.weatherapi.com) | ✅ | Ramalan Cuaca Terkini Berbagai Kota dengan Format JSON. | API KEY |
| BMKG Json API | [ibnux](https://github.com/ibnux) | [Link](https://ibnux.github.io/BMKG-importer/#pakai-langsung) | ✅ | Ramalan cuaca Indonesia sampai 3 hari kedepan Import dari BMKG dalam bentuk JSON. | `false` |
| Lokasi & Perkiraan Cuaca | [ariefmanda](https://github.com/ariefmanda) | [Link](http://103.196.153.211:3443/docs) | ✅ | API ini menyediakan perkiraan cuaca real-time dan prediksi cuaca mendatang untuk lokasi tertentu berdasarkan koordinat lintang dan bujur. | `false` |
| Info Gempa & Cuaca API | R.M. Reza | [Link](https://github.com/renomureza/cuaca-gempa-rest-api) | ✅ | REST API informasi gempa terkini dan cuaca kota besar di 35 provinsi dalam 3 harian, sumber data BMKG. | `false` |

### E-Commerce
Expand Down
11 changes: 11 additions & 0 deletions data/weather/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
"description": "Weather forecast for Indonesia up to 3 days ahead. Imported from BMKG in JSON format.",
"authentication": false
},
{
"apiName": "Location & Weather Forecast",
"status": true,
"documentationUrl": "http://103.196.153.211:3443/docs",
"developer": {
"name": "ariefmanda",
"profileUrl": "https://github.com/ariefmanda"
},
"description": "This API provides real-time and future weather forecasts for a given location based on latitude and longitude coordinates.",
"authentication": false
},
{
"apiName": "Info Gempa & Cuaca API",
"status": true,
Expand Down
11 changes: 11 additions & 0 deletions data/weather/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
"description": "Ramalan cuaca Indonesia sampai 3 hari kedepan Import dari BMKG dalam bentuk JSON.",
"authentication": false
},
{
"apiName": "Lokasi & Perkiraan Cuaca",
"status": true,
"documentationUrl": "http://103.196.153.211:3443/docs",
"developer": {
"name": "ariefmanda",
"profileUrl": "https://github.com/ariefmanda"
},
"description": "API ini menyediakan perkiraan cuaca real-time dan prediksi cuaca mendatang untuk lokasi tertentu berdasarkan koordinat lintang dan bujur.",
"authentication": false
},
{
"apiName": "Info Gempa & Cuaca API",
"status": true,
Expand Down
Loading