Skip to content

charliemushishi/whereis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whereis

Service for displaying ones current location.

Inspiration

This project is heavily inspired by https://github.com/lelandbatey/whereIAm checkout his other projects they're great!

Required Environment

export LOCATION_API=http://localhost:8081/location
// PORT to run on
export PORT=8060

A location API is required, technically it can be anything that returns json in the below format. I'm using current

{
    "latitude": 47.38672163,
    "longitude": -122.23929259
}

About

Service for displaying ones current location

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 84.6%
  • Go 15.4%