Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 395 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 395 Bytes

taffa

With this package you can easily request the menu for Teknologföreningen's restaurant Dagsen, or as it's more commonly know as, Täffä.

Usage

menu(date?: Date | number, language?: "sv" | "fi" | "en"): Promise<ITaffaMenu>;

week(language?: "sv" | "fi" | "en"): Promise<ITaffaMenu[]>;

menuToString(menu: ITaffaMenu, tagBeforeDate?: string, tagAfterDate?: string): string;