Skip to content

kevintongg/yelp-search-v2

 
 

Repository files navigation

Yelp Search v2

Introduction

Final Project for CS4220, Spring Semester 2018

Built with Vue.js, using Yelp's services.

Members:

Uses the Yelp Fusion API's business endpoints to search for content.

Getting Started

  1. Create a config.json in the root directory with the following:
    {
      "api_key": "Enter your API key here",
      "url_search": "https://api.yelp.com/v3/businesses/search",
      "url": "https://api.yelp.com/v3/businesses/"
    }
  2. Go here to the Yelp Fusion portal to obtain an API key
  3. Insert your API key into the api_key field

Important: Install dependencies using npm i from root directory

You can run any of the following commands (from the root directory) to get up and running:

  • Run node server/server.js
  • Using nodemon (detects file system changes and restarts the server automatically)
    • To install nodemon, run the following command: node i -g nodemon
  • Using live-server (also detects file system changes and restarts the server automatically)
    • To install live-server, run the following command node i -g live-server

License

See LICENSE file.

About

Built with Vue.js, using Yelp's services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.5%
  • HTML 26.5%