UNPKG

googleplaces

Version:

Node.js library for the Google Places API

8 lines (5 loc) 220 B
(function () { "use strict"; exports.apiKey = process.env.GOOGLE_PLACES_API_KEY || "your google api key (server) comes here"; exports.outputFormat = process.env.GOOGLE_PLACES_OUTPUT_FORMAT || "json"; })();