Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.08 KB

Welcome to Night Vale API

ruby on rails

This is an API for Welcome to Night Vale I am developing using the podcast's RSS feed.

Installation

  1. Clone the repo to your local machine.
  2. Navigate into the project's base directory and run bin/rails server to start the server.

Usage

This API is currently not usable.

Example episode JSON objects are structured like this:

{
  bonus: false,
  duration: "21:02",
  number: "1",
  summary: "Pilot Episode. A new dog park opens in Night Vale. Carlos, a scientist, visits and discovers some interesting things. Seismic things. Plus, a helpful guide to surveillance helicopter-spotting.",
  title: "Pilot"
}

Endpoints

  • Episodes

Testing

This project utilizes Ruby on Rail's built in test functions for each created model.

To Do

To do list items will go here.

Reference