https://github.com/heldrida/coach-test
Retrieve all coach stations within a X distance of Y location, place them on a Google Map using the location based data returned from the transport API.
https://github.com/heldrida/coach-test
Last synced: 3 months ago
JSON representation
Retrieve all coach stations within a X distance of Y location, place them on a Google Map using the location based data returned from the transport API.
- Host: GitHub
- URL: https://github.com/heldrida/coach-test
- Owner: heldrida
- Created: 2016-07-10T03:00:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T14:27:08.000Z (almost 9 years ago)
- Last Synced: 2025-02-18T06:09:06.931Z (3 months ago)
- Language: CSS
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coach test
Retrieve all coach stations within a X distance of Y location, place them on a Google Map using the location based data returned from the transport API.
Dependencies:
---```
Generate Google Maps Api Key:
https://developers.google.com/maps/documentation/javascript/get-api-keyCreate the api_keys.js (use the api_keys.example.js as an example) and edit pasting the GMap Api Key.
Global dependencies installation:
* Install node
Dependencies installation:
* npm install
```Workflow:
---* Start the development server: `gulp serve`
* To run tests: `gulp testRunner`