Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 603 Bytes

Analog API & Website

This is the API for fetching opening hours and shifts in Café Analog at the IT University of Copenhagen.

Description

The API communicates with the current shift planning management tool at the café, and serves this data as JSON.

The website fetches shift data and displays the opening hours and people currently on shift.

API Examples

Routes

  • /api/shifts Get shifts a week ahead.
  • /api/open Get data of whether the café is open currently
  • /api/shifts/today Get today's shifts
  • /api/shifts/day/dd-MM-yyyy Get shifts on a specific day