A starter application for building on the Storenvy OAuth API.
#Getting Started
-
Clone the project folder onto your computer.
-
Register a new application at http://developers.storenvy.com/oauth/applications.
# Callback URL (change the domain, if you're using something else) http://storenvy-oauth-client.com/users/auth/storenvy/callback
-
Place your new credentials into
config/storenvy.yml
. -
Run in the console:
bundle install; rake db:reset
-
Set pow to point
storenvy-oauth-client.dev
to the app's project folder. -
Build something awesome!