chroline / madlibs-api

πŸ“ API that provides fill-in-the-blank stories

Home Page:https://madlibs-api.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

madlibs-api

Hosted on Vercel License: MIT contributions welcome chroline/madlibs-api

API that provides fill-in-the-blank stories.

Usage

This API provides two endpoints:

  1. /api/random β€” obtain a random story
curl 'https://madlibs-api.vercel.app/api/random'
  1. /api/story/[title]/ β€” obtain a specific story by title
curl 'https://madlibs-api.vercel.app/api/story/A Spooky Campfire Story'

Credits

madlibs-api is created and maintained by Cole Gawin.

The story templates provided by this API are from HermanFasset/madlibz (released under MIT licensing). See http://madlibz.herokuapp.com for more details.

About

πŸ“ API that provides fill-in-the-blank stories

https://madlibs-api.vercel.app

License:MIT License


Languages

Language:TypeScript 79.8%Language:JavaScript 20.2%