Query the Google maps API and autocomplete addresses
git clone https://github.com/YannHulot/address-suggestions
You need a Google maps API key
Run:
npm install
Then create a new .env file
touch .env
open the env file and paste your API key as such:
API_KEY="*********"
Without coverage:
npm run test
With coverage:
npm run test-with-coverage
npx ts-node src/index.ts
- Yann Hulot - Initial work - YannHulot
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc