Project

cmu

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
cmurb provides a clean, simple interface for accessing CMU data. It currently only supports directory data.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
>= 0

Runtime

net-ldap2
>= 0
 Project Readme

cmurb

A Ruby library for CMU data. Currently only supports directory.

Usage

Add cmu as a dependency to your Gemfile. Then, to use the library:

>> require 'cmu'
>> tom = CMU::Directory.find(:andrew_id=>'zhixians').first
>> tom.name
 => "Tom Shen"

You can also search by :name, :first_name and :last_name.