Skip to content

nicolapaoli/gmaps-store-locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Maps Store Locator

Software Requirements document

Click here to see the document

Usage

Requirements

  • Mongo DB
  • Google Maps API on Google Cloud Platform
  • Geocoding API on Google Cloud Platform

Config

You need the following env var on the .env file:

MONGODB_USER=<mongodb-username>
MONGODB_PWD=<mongodb-password>
GOOGLE_MAPS_API_KEY=<google-maps-api-key>

Setup API

cd api
npm i && npm run start

Setup App

First, make sure you put your own GOOGLE MAPS API KEY in index.html

Then, just open index.html or run it in a live server

Aknowledgements

Thanks to CleverProgrammers for content, idea and ispiration

Thanks to Vodafone for publishing the list of stores in Italy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published