https://github.com/gfellerph/google-maps-services-node
https://github.com/gfellerph/google-maps-services-node
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfellerph/google-maps-services-node
- Owner: gfellerph
- Created: 2015-02-04T14:50:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-05T16:20:26.000Z (over 10 years ago)
- Last Synced: 2025-03-17T11:08:13.271Z (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.