Skip to content

sgmelayu/storenvy-oauth-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storenvy Oauth Client

A starter application for building on the Storenvy OAuth API.

#Getting Started

  1. Clone the project folder onto your computer.

  2. 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
    
  3. Place your new credentials into config/storenvy.yml.

  4. Run in the console: bundle install; rake db:reset

  5. Set pow to point storenvy-oauth-client.dev to the app's project folder.

  6. Build something awesome!

About

A demo application for connecting to the Storenvy OAuth API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • Ruby 22.1%
  • Shell 1.8%
  • CoffeeScript 0.9%