Skip to content

An iOS application that POSTs your location to a webhook of your choosing.

License

Notifications You must be signed in to change notification settings

cantino/post_location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer maintained.

<img src="https://raw.github.com/cantino/post_location/master/doc/screen_shot.png" height=500 >

PostLocation

PostLocation is an iOS application that POSTs your location information to a server of your choosing. Use it however you want- you control your data.

Installation

PostLocation is written with RubyMotion. You will need RubyMotion in order to build it.

Install and run on your developer-mode iDevice with

rake device

Push Notifications

There is some experimental push notification support. It doesn't really do anything yet.

  1. Run bundle install

  2. Start up push notifications server

    ruby push-notification-server.rb

  3. Deploy app to iPhone (cannot be tested in simulator)

License

This code is released under the MIT License.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

An iOS application that POSTs your location to a webhook of your choosing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages