Companion code for the Heroku Dev Center Article "Building an iOS Photo-sharing and Geolocation Mobile Client and API"
Code for the Geo Photo iOS client is available at https://github.com/heroku/devcenter-ios-geophoto-client
Location-based mobility apps are a central part of any modern product’s strategy more than ever before. Heroku’s simple deployment process and handling of server-side complexities makes it an ideal platform for the backing APIs that power these types of apps.
$ git clone https://github.com/heroku/devcenter-ios-geophoto-api.git
$ cd devcenter-ios-geophoto-api
$ heroku create --stack cedar
$ git push heroku master