1.3.1 • Published 6 years ago

mtu-dining v1.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

🌭 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.

1.3.1

6 years ago

1.3.0

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago