teknomenyen
v1.0.0
Published
Functionality for fetching the Teknobyen cantina menus from teknobyen.no.
Downloads
1
Readme
teknomenyen
Fetches the cantina menus from teknobyen.no
Example
const { fetchMenus } = require('teknomenyen');
fetchMenus()
.then(menus => console.log(menus))
.catch(err => console.err(err));