Restofinder adalah sebuah aplikasi sederhana yang menampilkan daftar restoran terdekat dari lokasi kita dengan beberapa spesifik jenis dan menu yang dihidangkan. Project ini menggunakan API Zoomato untuk mencari restoran, jadi kita harus membuat apikey Zoomato terlebih dahulu, Project ini free dan open source (Boleh di kembangkan lagi)
Screenshot
Screenshot
https://download.oratakashi.com/restofinder.apk
-
Get Nearby Restaurant
-
Get Collections
-
Get Restaurant By Collection
-
Restaurant Details
-
Search Restaurant
-
Geocoding & GPS System
-
Multi Language
-
Dark Mode
-
Navigate into Restaurant
- Anda harus membuat API Key Zoomato pada situs Zoomato Developer
- Masukkan Api Key yang sudah dibuat pada config seperti berikut: core/Config.kt
object Config {
const val Key = "{{ YOUR_API_KEY }}"
const val DummyImage =
"https://i.pinimg.com/originals/e2/62/6c/e2626c8f2581f6de2c9e325b67957a3b.jpg"
}
RestoFinder is created by [Oratakashi](https://github.com/oratakashi)
You can contact me at : [email protected]
RestoFinder Apps is under the [GPL3 License](LICENSE)