HarshdipD / eztrackr

v3 of Eztrackr's Chrome extension. Designed to ease your job hunt by adding your jobs in an organized Trello board ✨
https://hsdeogan.com/eztrackr/
GNU General Public License v3.0
24 stars 11 forks source link

Add Autocomplete functionality powered by google API #37

Closed sooster910 closed 4 years ago

sooster910 commented 4 years ago

Make sure that put API <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places&key=YOUR_API_KEY"></script> Go to generate API KEY

let countryRestrict = { country: [] }; : empty array of country returns cities from all country. For example, country: ['USA'] returns cities from only United States.