Skip to content

lypsisrudiansyah/restofinder-rewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resto Finder Rewrite

Apps Feature:

  • Get Nearby Restaurant

  • Get Collections

  • Get Restaurant By Collection

  • Restaurant Details

  • Search Restaurant

  • Geocoding & GPS System

    Setup

    1. Anda harus membuat API Key Zoomato pada situs Zoomato Developer
    2. Masukkan Api Key yang sudah dibuat pada auth utils seperti berikut: lib/core/utils/auth_utils.dart
class AuthUtils {
  static AuthUtils instance = AuthUtils();

  //* Insert with your Zoomato API KEY
  Future getToken() async {
    return "<YOUR ZOOMATO API KEY>";
  }
}

Original Resto Finder Project

by : @yusriltakeuchi(https://github.com/yusriltakeuchi/restofinder)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages