Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfellerph/google-maps-services-node
https://github.com/gfellerph/google-maps-services-node
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfellerph/google-maps-services-node
- Owner: gfellerph
- Created: 2015-02-04T14:50:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-05T16:20:26.000Z (about 10 years ago)
- Last Synced: 2024-10-15T02:06:48.034Z (3 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.