Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gfellerph/google-maps-services-node


https://github.com/gfellerph/google-maps-services-node

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Node Client for Google Maps Services

Node library for accessing the Google Maps Web Services.
Works both with callbacks and promises (depends on whether you pass in a callback or not).

## Usage

Look into tests (they are not really tests :D).

## Currently implemented

- [x] Distance Matrix API
- [ ] Directions API
- [ ] Elevation API
- [ ] Geocoding API
- [ ] Time Zones API
- [ ] OAuth

## Why making a new one ?

If you write libraries with global configuration I automaticcaly assume your library is not gonna work.