googleplaces.js
A node.js library for the Google Places APIugh?
googleplaces.js makes it easy to talk to the Google Places API from your Node.js applicationcan i use in the browser?
Google already maintains a dedicated client side JavaScript librarywhat's supported in 0.5.0?
can i contribute?
Yes, fork, hack and send me a PRThis library hopes to support everything served Google Places webservice
get started
- google
- Enable Google Places API on Google API Console
- Create an app
- Enable the Places API
- Create credentials
- npm
$ npm install googleplaces
- configure
# set environment variables
export GOOGLE_PLACES_API_KEY = "your key here"
export GOOGLE_PLACES_OUTPUT_FORMAT = "json"
examples
See tests