Skip to content

YannHulot/address-suggestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address autocomplete with Google Maps API

Query the Google maps API and autocomplete addresses

Build status

CircleCI

Getting Started

git clone https://github.com/YannHulot/address-suggestions

Prerequisites

You need a Google maps API key

Installing

Run:

npm install

Then create a new .env file

touch .env

open the env file and paste your API key as such:

API_KEY="*********"

Running the tests

Without coverage:

npm run test

With coverage:

npm run test-with-coverage

Running the application

npx ts-node src/index.ts

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

this is an exercice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published