All Projects → heroku → devcenter-ios-geophoto-api

heroku / devcenter-ios-geophoto-api

Licence: other
Companion code for the Heroku Dev Center Article "Building an iOS Photo-sharing and Geolocation Mobile Client and API"

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

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.

Deploying to Heroku

  $ git clone https://github.com/heroku/devcenter-ios-geophoto-api.git
  $ cd devcenter-ios-geophoto-api
  $ heroku create --stack cedar
  $ git push heroku master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].