Coder Social home page Coder Social logo

neighborhood-map-project's Introduction

Local Bike Shops Project

This project uses Google Maps, Google Places, the Yelp search API, and the Foursquare API to show users bike shops near their selected location.

Features

  • Search local bike shops using the Google Places, Yelp search and Foursquare search APIs.
  • Update save search location in browser storage using Your Location text input.
  • Search results using the Search text input, and autocomplete.
  • Filter results by suburb, using the Select Suburb menu.
  • View results from all three APIs by clicking marker at location, or by selecting a place from the side bar or search text.

Usage

A built version of project is inside the dist directory, the project can be viewed locally by opening dist/index.html in a browser.

The source code is viewable in the src directory.

The project uses JSDoc, and the generated HTML documentation is viewable in docs/index.html.

The project can be built from source as follows (requires NPM, Bower & Grunt installed):

$ cd /path/to/project/dir
$ npm install
$ bower install
$ grunt

Dependencies

This project uses the following libraries:

Notes

  • API keys are kept in src/js/tokens.js. This is bad practice, on a real project they should be kept on the the server, and out of version control, with API calls also made server side.
  • The project uses Require JS to manage module loading and keep the global namespace clean. js/main.js is the entry point into the app.

Contributors

Alistair McKelvie

neighborhood-map-project's People

Contributors

alamastor avatar

Watchers

James Cloos avatar

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.