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
-
Run in the console:
bundle install; rake db:reset
-
Set pow to point
storenvy-oauth-client.dev
to the app's project folder. -
Create .powenv environment variables locally or on heroku
# sample .powenv file export STORENVY_APP_ID="234235436gfd" export STORENVY_SECRET="32235trgfdbvc" # setup keys on heroku heroku config:add STORENVY_APP_ID="234235436gfd" STORENVY_SECRET="32235trgfdbvc"
-
Build something awesome!