Socket
Socket
Sign inDemoInstall

cornell-dining

Package Overview
Dependencies
79
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cornell-dining

Dining calendars for RedAPI


Version published
Weekly downloads
5
increased by66.67%
Maintainers
1
Install size
10.3 MB
Created
Weekly downloads
 

Readme

Source

iroh Build Status Codacy Badge

Dining module for RedAPIroh. Can be used to fetch information about Cornell dining calendars on any node.js script.

Installation

npm install http://github.com/mrkev/iroh

Usage

var iroh = require('iroh');

iroh.get_menus(iroh.ALL_MEALS, iroh.ALL_LOCATIONS, iroh.DIM_LOCATIONS)
    .then(function(json){
        console.log(json);
    });

iroh.get_events(iroh.ALL_LOCATIONS, iroh.DATE_RANGE('today', 'tomorrow'))
    .then(function(json){
        console.log(json);
    });

TODO

  • Merge menu_brb to menu data.
  • Move cache management to Cache class. Dropped cache support. This is just the fetcher, cache is application-specific
  • Write /data/menu.coffee
  • Move some of calendar_hall functions to /lib

TODO:

FAQs

Last updated on 18 Nov 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc