Merge pull request #590 from chriseidhof/post-location-apps

Added a note about the iOS apps you can use to POST your GPS location

Andrew Cantino 10 years ago
parent
commit
1754076aa5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/models/agents/user_location_agent.rb

+ 2 - 1
app/models/agents/user_location_agent.rb

@@ -6,7 +6,8 @@ module Agents
6 6
 
7 7
     description do
8 8
       <<-MD
9
-        The UserLocationAgent creates events based on WebHook POSTS that contain a `latitude` and `longitude`.  You can use the POSTLocation iOS app to post your location.
9
+        The UserLocationAgent creates events based on WebHook POSTS that contain a `latitude` and `longitude`.  You can use the [POSTLocation](https://github.com/cantino/post_location) or [PostGPS](https://github.com/chriseidhof/PostGPS) iOS app to post your location.
10
+
10 11
 
11 12
         Your POST path will be `https://#{ENV['DOMAIN']}/users/#{user.id}/update_location/:secret` where `:secret` is specified in your options.
12 13
       MD