Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Swinject | 5,896 | 269 | a month ago | 38 | February 06, 2023 | 60 | mit | Swift | ||
Dependency injection framework for Swift with iOS/macOS/Linux | ||||||||||
Di | 283 | 3 | 3 months ago | 14 | May 18, 2022 | 1 | mit | Go | ||
Simple and yet powerful Dependency Injection for Go | ||||||||||
Koin Samples | 184 | 5 years ago | 2 | apache-2.0 | Shell | |||||
KOIN - a concise and pragmatic dependency injection framework for Kotlin -- #Samples | ||||||||||
Swinjectsimpleexample | 61 | 2 years ago | mit | Swift | ||||||
A simple example to use Swinject with unit tests | ||||||||||
Myweather | 31 | 4 years ago | Java | |||||||
App displays real-time weather updates for user's location and for other locations set by user. App uses MVVM with Repository pattern, dagger dependency injection, NetworkBoundResource, Navigation component, App widget, Alarm manager, and other Android JetPack components (Room, Viewmodel, Livedata) | ||||||||||
Weather Android | 21 | 8 years ago | Java | |||||||
Example how to use dagger2 | ||||||||||
Bmkg Importer | 16 | 17 hours ago | mit | PHP | ||||||
Script PHP untuk import data prakiraan cuaca dari BMKG | ||||||||||
Weather Android Kotlin | 14 | 8 years ago | Kotlin | |||||||
Weather Android App converted to Kotlin! | ||||||||||
Weatherappflutterdependencyinjection | 5 | 4 years ago | Dart | |||||||
Implement Dependency Injection in Flutter using inject.dart | ||||||||||
Geff_notebooks | 5 | 2 years ago | 1 | apache-2.0 | Jupyter Notebook | |||||
Jupyter notebooks to post-process fire danger data using Python/xarray |
Script PHP untuk import data prakiraan cuaca dari BMKG, dan ditambahkan ke database MYSQL, sehingga untuk kebutuhan ambil data cuaca bisa langsung query tanpa harus rekues lagi ke server BMKG
Apa yang saya lakukan dengan data ini?
Aplikasi saya bisa mencari wilayah terdekat dari table t_wilayah, sehingga cuaca yang ditampilkan sesuai wilayahnya terdekat, di Android saya buat versi SQLITE dan saya query wilayah terdekat dari situ, lalu ambil data cuacanya ke server.
Script ini bisa dijalankan di Browser ataupun di command line, tapi bagusnya di commandline dan gunakan crontab agar dieksekusi tiap waktu yang ditentukan
Dan ingat, bahwa anda harus memberitahukan jika datanya dari BMKG.
Copy config.example.php menjadi config.php ganti isinya dengan konfigurasi database anda impor bmkg.sql ke database anda pada file bmkg.php di paling bawah, hapus bagian git kecuali anda mau host datanya di Github juga
siapkan url endpoint
https://ibnux.github.io/BMKG-importer/
dari aplikasi, unduh file wilayah.json
https://ibnux.github.io/BMKG-importer/cuaca/wilayah.json
Dari json tersebut, kalkulasi lokasi user dengan wilayah terdekat, atau user pilih sendiri.
lalu download cuaca di wilayah yang dipilih berdasarkan kodenya
https://ibnux.github.io/BMKG-importer/cuaca/idWilayah.json
contoh:
https://ibnux.github.io/BMKG-importer/cuaca/501233.json
sesuaikan kode cuaca dengan icon di folder icon
https://ibnux.github.io/BMKG-importer/icon/5.png
cek folder contoh
Silahkan dimanfatkan untuk keperluan anda
Salam Ibnu Maksum (@ibnux)