Code Monkey home page Code Monkey logo

udacity-fend-p5-neighborhood-map's Introduction

Udacity FEND Project 5a: Neighborhood Map

Map-checklist of diners in Sunnyvale downtown. Find where to go for lunch today, get details from Yelp and keep track of placed you've been to.

Google Maps API, Google Places API JavaScript, Yelp API. Knockout JS, JQuery, OAuth JS, Bootstrap.

How to run

The project is deployed on GitHub Pages: http://falkoner.github.io/udacity-fend-p5-neighborhood-map/

If you want to run it locally, you have multiple options. Make sure to install all dependencies:

$ npm install                     # installs all the packages from package.json
$ npm install --global gulp-cli   # installs CLI Gulp utility

After that use following command to 1) build code, 2) start server simulation via BrowserSync and 3) open application in Chrome

$ gulp serve

Development

All source files are located in ./source directory. When you run gulp build or gulp build_dev all source files are processed (minified, optimized etc) and copied to ./dest directory. The difference will be that when you develop, you don't want to have sources minified, so gulp serve uses gulp build_dev as dependency.

You should be able to open ./dest/index.html directly to see the app. To make JavaScript load resources without problems, open this file on local [python for ex.] server.

After making changes and testing them localy, you might want to publish them. For that, build sources minified or unminified and deploy them to GitHub Pages in the following way:

$ gulp build_dev # to build unminified
$ gulp deploy    # to push current files from ./dest folder to gh-pages branch

If you are interested, there are a lot of other commands available, use help to list them all:

$ gulp help

udacity-fend-p5-neighborhood-map's People

Contributors

falkoner avatar

Watchers

 avatar James Cloos avatar

udacity-fend-p5-neighborhood-map's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.