10000 GitHub - n00bdevel/example-ruby-app at 5ee41a8cbe133f7a466d059608d3cfb176e97ec8
[go: up one dir, main page]

Skip to content

n00bdevel/example-ruby-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-ruby-app

This is an example Shopify application written in Sinatra solely for the purposes of introducing new developers to the Shopify API.

This example uses a .env file to store the application credentials. After cloning the repository, you'll need to create a file named .env in the same folder. The contents of the file should be as follows:

API_KEY=YOUR_API_KEY
API_SECRET=YOUR_SECRET_KEY

where YOUR_API_KEY and YOUR_SECRET_KEY are the values of your application's API key and secret key respectively.

To get started with this example:

  1. Create the .env file as described above.
  2. bundle install to obtain all of the necessary dependencies
  3. ruby app.rb to run the example application.

About

Example application written in Ruby for API documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
290E
0