<img src="https://raw.github.com/cantino/post_location/master/doc/screen_shot.png" height=500 >
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.
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
There is some experimental push notification support. It doesn't really do anything yet.
-
Run
bundle install
-
Start up push notifications server
ruby push-notification-server.rb
-
Deploy app to iPhone (cannot be tested in simulator)
This code is released under the MIT License.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request