mtu-dining

1.3.1 • Public • Published

🌭 MTU-Dining 🌮 Build Status

A package to scrape all those tasty meals (😋) from Michigan Tech's published meal schedule for the dining halls.

Usage

const MTUDining = require('mtu-dining');
 
const McNair = new MTUDining();
 
(async() => {
  await McNair.load(McNair.MCNAIR);
 
  console.log(McNair.get({month: 7, day: 27}))
})();

Documentation

Dead simple, just like the meals. Two functions:

  • load(hall), where hall is (new MTUDining()).MCNAIR || (new MTUDining()).WADS.
  • get(date), where date is {month: _month_, day: _day_}.

Enjoy your food.

Readme

Keywords

none

Package Sidebar

Install

npm i mtu-dining

Weekly Downloads

0

Version

1.3.1

License

MIT

Unpacked Size

264 kB

Total Files

102

Last publish

Collaborators

  • codetheweb