Skip to content

Instantly share code, notes, and snippets.

View anaschwendler's full-sized avatar
🐻
seeking enlightenment

Ana Schwendler anaschwendler

🐻
seeking enlightenment
View GitHub Profile

Welcome to the Marley Spoon ruby challenge!

Overview

We are providing you with an API key and Space ID to an API for Marley Spoon recipes on Contentful (Content Delivery API). All the information necessary will be available in Contentul's documentation. Your challenge is to write a small application to consume the data from this API and display it.

Implementation requirements:

  • Create a sample web application that uses the Contentful API to fetch data
  • You can choose to write the application in Ruby and any of its frameworks
import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: ruby:2.6.5