This is a simple web application that uses the bikeindex API and google maps API which allows a user to input a city and find all the stolen bikes for that area. The user is able to click on a bike from a list to display more information for that particular bike.
-
You'll need to download this chrome extension for the app to be successful in making API calls - https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=en
-
Run these following commands to clone the project, install the dependencies, build project, and launch the server.
-
git clone https://github.com/jaybones90/bike-index.git
-
cd bike-index
-
npm install bower -g
-
npm install
-
bower install
-
gulp build
-
gulp serve
No known bugs
- Node.js
- Javascript
- npm
- bower
- gulp
- bikeindex API
- Google Maps API
Jason Ainsworth
MIT Copyright (c) 2017 Jason Ainsworth