https://github.com/joaopaulomoraes/neighborhood-map
A web app with Google Maps API and React
https://github.com/joaopaulomoraes/neighborhood-map
Last synced: 8 months ago
JSON representation
A web app with Google Maps API and React
- Host: GitHub
- URL: https://github.com/joaopaulomoraes/neighborhood-map
- Owner: joaopaulomoraes
- License: mit
- Created: 2018-06-12T23:49:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T15:27:29.000Z (over 7 years ago)
- Last Synced: 2025-01-12T06:07:13.641Z (9 months ago)
- Language: JavaScript
- Homepage: https://neighborhood-map-kagzjgkibt.now.sh/
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neighborhood Map
A web app with Google Maps API and React
## Getting Started
### Installing
Cloning the project.
```
git clone https://github.com/joaopaulomoraes/Neighborhood-Map.git neighborhood-map
```Access the project directory.
```
cd neighborhood-map
```Install dependencies.
```
yarn install
```Serve with hot reload at http://localhost:3000.
```
yarn start
```**Demo**: [https://neighborhood-map-kagzjgkibt.now.sh](https://neighborhood-map-kagzjgkibt.now.sh)
### APIs
- [Google Maps](https://developers.google.com/maps)
- [Foursquare](https://developer.foursquare.com/)## License
This project is licensed under the MIT License.