Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austintackaberry/yeggle
compares yelp and google maps search results
https://github.com/austintackaberry/yeggle
css express html javascript nodejs react
Last synced: about 1 month ago
JSON representation
compares yelp and google maps search results
- Host: GitHub
- URL: https://github.com/austintackaberry/yeggle
- Owner: austintackaberry
- License: mit
- Created: 2017-10-14T06:09:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T06:47:29.000Z (about 6 years ago)
- Last Synced: 2024-10-28T15:27:21.131Z (3 months ago)
- Topics: css, express, html, javascript, nodejs, react
- Language: JavaScript
- Homepage: http://yeggle.tech
- Size: 5.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yeggle
Calls Yelp and Google APIs to get search result data that can be filtered/sorted by various categories. The "Yeggle" button matches up Google results to Yelp results; the Yeggle algorithm utilizes coordinates, title, and address to determine if there is a match. Optimized for desktop and mobile.
## Getting Started
In order to run a dev server on your local host, you will need to first install all the required npm packages.
`npm install`
`cd react-backend && npm install`
`cd client && npm install`
Next you will need to navigate to the client folder...`cd yeggle/react-backend/client`
and execute...
`npm start`
This will spin up a server on port 3000 for the frontend. Next you will need to open up an additional terminal and start up a server for the backend on port 3001:`cd yeggle/react-backend`
`node app.js`
Now you are all set up!## Built With
* React
* Nodejs
* Express## Authors
Austin Tackaberry
## License
This project is licensed under the MIT License - see the LICENSE.md file for details