/kcmo-trash-pickup-api

Get the trash pickup day for addresses in Kansas City, MO

Primary LanguageJavaScript

KCMO Trash Pickup Day API

CircleCI Codecov

Hosted on AWS at https://apis.darkcooger.net/kcmo-trashday. Accepts HTTP GET requests with a single query string parameter address, the address to look for. Returns a JSON object with a single property trashDah, that is the day of the week that trash is picked up at the requested address.

Quick example

If you call https://apis.darkcooger.net/kcmo-trashday?address=414 E 12th St (City Hall!), you'll get a response of:

{
  "trashDay": "Monday"
}