Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pebbles-citlunch

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pebbles-citlunch

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

pebbles-citlunch - CIT lunch menu API wrapper for Ruby

Gets menus of Chiba Institute of Technology's student cafeteria from the CIT Lunch API.

See https://udon.upsilo.net/citlunch/ for more API doumentation.

SYNOPSIS

require 'pebbles/citlunch'

# get today's menu
CITLunch.get_today(:tsuda_dining).each do |menu|
  puts menu.name
  puts menu.price
  puts menu.details
end

CITLunch.get(:tsuda_dining, Date.today - 1) # => get yesterday's menu

How to install

$ gem install pebbles-citlunch

How to build

$ git clone https://github.com/st63jun/pebbles-citlunch.git
$ cd pebbles-citlunch
$ rake build
$ rake install

License

  • GPL v3

See LICENSE

FAQs

Package last updated on 18 Apr 2013

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc