Skip to content

speric/mcheyne-api

Repository files navigation

mcheyne-api

A Sinatra app that returns the current day's readings from Robert Murray M'Cheyne's Bible reading plan.

Setup

git clone git@github.com:speric/mcheyne-api.git
cd mcheyne-api
script/server

The app will now be available at http://localhost:9292

Response

The response for a GET request to / takes the following shape:

{
  "mmdd": "0418",
  "family": [
    "Leviticus 22",
    "Psalms 28-29"
  ],
  "secret": [
    "Ecclesiastes 5",
    "2 Timothy 1"
  ],
}

Contributing

PRs welcome.

About

A simple app for serving up today's Bible readings according to Robert Murray M'Cheyne's plan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published