Skip to content

Retrieve traffic information using google map api

Notifications You must be signed in to change notification settings

Yodeman/traffic-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRAFFIC INFORMATION

Retrieves traffic information of a given origin and destination latitude,longitude coordinates.

USAGE

This program requires google map api key inorder to utilize google map functionalities.

Export the key before using the program by following the sample below (for unix based OS)

export GOOGLE_MAP_API_KEY=***your api key***

Clone the repository and changed directory to the project root directory, then execute the following command to use the program:

go run main.go -origin latitude,longitude -destination latitude,longitude

About

Retrieve traffic information using google map api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages