hannesxc / rest-up

Rest-Up is a web application where people can find nightclubs, restaurants, bars, etc in the UK. Uses google maps API for map integration, and wyre (rapidapi) for fetching the data for UK cities.

Home Page:https://hannesc.live/rest-up

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rest-Up

Rest-Up is an online web application where people can find nightclubs, bars, restaurants and so on, in their vicinity / city. This only works in the United Kingdom, so only UK cities / towns are accepted. Results are limited to 300 in order to stay under the API quota.

P.S. Inaccurate results, if any, aren't my fault. I'm just displaying what the API fetches.

This project was bootstrapped with create-react-app, and uses wyre API to fetch restaurants, google maps API to show their co-ords on the map, and material-ui for the general templates/layouts/icons.

Running it on your machine

Fork it and clone the repo to your local machine. Make sure you have npm installed prior to running these following commands -

npm install to install dependencies
npm start to deploy on localhost

Create a .env.local file inside base directory, and throw in your wyre (rapidapi) API key and google maps JS api key inside REACT_APP_WYRE_API_KEY and REACT_API_MAPS_API_KEY respectively to actually make the app work. Else put dummy data into the data variable and you could preview its basic features. Once done, re-launch the app with npm start for env variables to take effect, and you should be good to go.

About

Rest-Up is a web application where people can find nightclubs, restaurants, bars, etc in the UK. Uses google maps API for map integration, and wyre (rapidapi) for fetching the data for UK cities.

https://hannesc.live/rest-up

License:MIT License


Languages

Language:JavaScript 72.2%Language:CSS 16.5%Language:HTML 11.3%