Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 352 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 352 Bytes

crew-corner

Crew Corner API client

Installation

Add to Gemfile:

gem 'crew-corner', git: 'git://github.com/dreamhackcrew/ruby-crew-corner.git'

Execute:

$ bundle

Usage

require 'crew_corner'

active_events = CrewCorner::Event.active
all_events = CrewCorner::Event.all
specific_event = CrewCorner::Event.find(9)