https://github.com/tsherburne/udacity-fsdev-map
Udacity Full-stack Developer Neighborhood Map Project
https://github.com/tsherburne/udacity-fsdev-map
udacity-fullstack-nanodegree
Last synced: about 2 months ago
JSON representation
Udacity Full-stack Developer Neighborhood Map Project
- Host: GitHub
- URL: https://github.com/tsherburne/udacity-fsdev-map
- Owner: tsherburne
- Created: 2018-02-04T19:09:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T01:01:10.000Z (over 7 years ago)
- Last Synced: 2025-02-05T17:12:01.639Z (4 months ago)
- Topics: udacity-fullstack-nanodegree
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Neighborhood Maps
This respository is for project #5 (Google Map with highlighted locations, sidebar navigation and Yelp (TM) data about those locations) for the [Udacity Fullstack Developers Nano Degree](https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd004). The Neighborhood Map is a 'single-page-web-app' and uses the [Knockout.js](http://knockoutjs.com/) framework to implement the MVVM paradigm.### Table of Contents
* [Installation](#installation)
* [Running](#running)### Installation
Clone the respository:```
https://github.com/tsherburne/udacity-fsdev-map.git
cd udacity-fsdev-map
```### Running
Start the Web Server:
```
python server.py
```
Open a browser and to view the Neighborhood Map! Select a map marker to view Yelp information about the business. The sidebar provdies a way to filter the markers displayed on the map.
```
https://:8080
```A JSON endpoint is provided as a front-end to the [Yelp Fusion](https://www.yelp.com/developers/documentation/v3/get_started) service.
```
https://:8080/api/yelp/
```