A simple Elixir command-line program that approximates the user's location and uploads it online to Gowiem/whereami.com.
The script is meant to run periodically via SleepWatcher and a MacOS LaunchAgent.
- Elixir --
brew install elixir
- SleepWatcher
mix deps.get
mix escript.build
cp ./where_am_i ~/.wakeup
cp com.gowie.whereami.plist ~/Library/LaunchAgents/com.gowie.whereami.plist
launchctl load ~/Library/LaunchAgents/com.gowie.whereami.plist