open with Google Chrome broswer
- 👣 Provides nearby WiFi hotspot with searching address or current location.
- 🎣 Provides a list of Wifi hotspots avaliable.
- 👀 Provides hotspot information with clicking on the wifi icons on the maps or clicking items in the list.
✈️ Jumps into the map zoom of selected location or borough.
In the project directory, you can run:
`npm install`
Installing dependencies needed before running is a requirement.
`npm start`
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
To ru the program properly, you need to store your API Key in .env.local
file as REACT_APP_GOOGLE_MAPS_API_KEY="YOUR_API_KEY"
:
- Enable Google Maps Places API.
- Enable Google Geocoding API.
- Maps JavaScript API.
- Get an API key.
- store you api key in
.env.local
file asREACT_APP_GOOGLE_MAPS_API_KEY="YOUR_API_KEY"
The page will reload if you make edits.
You will also see any lint errors in the console.