8000 GitHub - ckhatton/shopify_app at rails3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ckhatton/shopify_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify application generator

Description:

This plugin adds access to Shopify’s powerful API to your rails application.

The generator creates a basic login controller for authenticating with your
Shop and a controller called “home” which displays basic information
about your products, orders and articles.

Note: It’s recommended to use this on a new Rails project, so that the
generator won’t overwrite/delete some of your files.

Installation:

gem install shopify_api

script/plugin install git://github.com/Shopify/shopify_app

Usage:

Pass your API key and then your Secret, which the login controller
will need to authenticate with your shop.

If you don’t have an API key yet, register your application at: YourShopURL/admin/api#

(e.g. http://yourshopname.myshopify.com/admin/api#)

Example:

script/generate shopify_app edffbb1bb793e2750686e6f4647a384a fed5bb18hde3e27506 6159 86e6f4647a781a

This will create a login controller and a home controller with their own views.

After running the generator:

  1. Run your application with script/server
  2. And visit http://localhost:3000 and you are ready to log in with your Shopify account.

About

Adds a full Shopify API Application environment to your application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 66.4%
  • CSS 31.0%
  • JavaScript 2.6%
0