Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Commit

Permalink
add a readme file with relevant links.
Browse files Browse the repository at this point in the history
  • Loading branch information
issa-tseng committed Apr 30, 2011
1 parent 4ce2030 commit 304ccc4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.textile
@@ -0,0 +1,10 @@
h1. Socrata Open Data API OAuth Sample App

This application shows how to connect to any Socrata-powered website using the @OAuth2@ Rubygem. To use it, clone it and copy @config.yml.sample@ to @config.yml@, and fill in the details you get when you register for an application on your Socrata account.

Then, either run it locally by doing a @bundle install@ and then @shotgun config.ru@ and visiting @http://localhost:9393@, or push it to "Heroku":http://heroku.com to run it on the web for free.

For more details, please see the "SODA documentation":http://dev.socrata.com/authentication about Authentication. You can post any questions you might have to the "Socrata support website":http://support.socrata.com, where we'd be happy to help you.

Happy hacking!

0 comments on commit 304ccc4

Please sign in to comment.