Skip to content

lunks/spoon-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome recipes

This is a simple Sinatra app to grab a list of recipes from Contentful.

You need to set two environment variables used to access the Contentful API:

  • CONTENTFUL_SPACE_ID: Space where recipes are stored
  • CONTENTFUL_ACCESS_TOKEN: Access token to access the API

To get the app running all you have to do is:

$ bundle install
$ bundle exec rackup config.ru

Tests can be run with rspec:

$ bundle exec rspec spec

This app can also be accessed live on https://spoon-test-recipes.herokuapp.com/

That's it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published