An open API service indexing awesome lists of open source software.

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.

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-key

Create 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`