Skip to content

Find your full product bins on Google Maps (working) and make a route for your optimal pick up route. (coming soon)

Notifications You must be signed in to change notification settings

jacobprouse/vue-gmaps-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-gmaps-tracker

I made this repo to experience setting up a live web app. Its purpose is to track the product levels at a business' locations.

Suggested JSON structure

[
  {
    "lat": ###,
    "lng": ###,
    "level": ###,
    "name": string
  },
  ...
]

Env File

This is your api key for the Google Maps Javascript API

VUE_APP_API_KEY=myapikey

Your host address

VUE_APP_BASE_URL=http*

Threshold for location to be unmarked by default

VUE_APP_THRESHOLD=50

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Find your full product bins on Google Maps (working) and make a route for your optimal pick up route. (coming soon)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published