Code Monkey home page Code Monkey logo

restaurant_info_retriever's Introduction

Restaurant Info Retriever

A general purpose project for myself to fetch info about restaurants and "do stuff" with it.

Setup

Development

This project is set up using virtualenvs. I'm using Python 3.8.3 since that's what I happen to have installed, though other Python versions likely work as well.

python3 -m venv venv
source activate venv/bin/activate
pip install -r requirements.txt

Create a copy of creds.example.json and name it creds.json - this is where the application will pull API keys from in development.

External Dependencies

This project uses various APIs that require some external setup.

To set up Google Cloud:

  • Go to the Google Cloud console and set up a new project.
  • Enable the Google Maps Platform API by following the instructions here
    • Note that you may need to enable a billing account for this.
  • Save the Google Maps API key to creds.json in the repo.
  • If running this on Google Cloud, enable the APIs needed for that here

To set up Yelp:

  • Go to the Yelp Create New App portal and set up a new app.
  • Save the API key to creds.json in the repo.

restaurant_info_retriever's People

Contributors

eriwang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.