Skip to content

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

Notifications You must be signed in to change notification settings

themagicianking/wtnvapi

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published