passport
passport copied to clipboard
add google API key support for parse_country
The Google Places API no longer allows keyless access, and changed from allowing 2500 free calls a day to giving each user $200 of free usage each month. Given the change, it seems worthwhile to allow a key to be specified. Short of very heavy usage (e.g. using it to find countries for thousands of addresses) the current structure should always be well under $200/month, but since this could cost users actual money, some clear warnings/confirmations are in order.