Skip to content

A RESTful API providing programmatically accessible data about the works and characters of the author Stephen King

Notifications You must be signed in to change notification settings

hvanlear/Stephen-King-API

Repository files navigation

Stephen King API

Overview

This is an open-source API that provides Novela, Short Story, character(currently limited to villains), and setting information for the written works of Stephen King. This information is publicly sourced; I do not claim to own.

Routes

All routes are GET routes

  • GET /api/books - get all books
  • GET /api/shorts - get all short stories
  • GET /api/villains - get all villians

Tech Stack

  • Node
  • Express
  • Typescript
  • Postgres
  • Prisma ORM
  • Hosted on Render

Getting Started

I welcome any and all contributions! Feel free to submit a Pull Request with your changes to make this a better API for everyone!

  1. Clone and download [GitHub repo]
  2. Install dependencies:
    npm i
  3. configure .env with database URL

License

Standard MIT

About

A RESTful API providing programmatically accessible data about the works and characters of the author Stephen King

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors