This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
James Harton (author)
Mon Nov 16 03:40:10 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
Changelog | Mon Aug 31 17:36:04 -0700 2009 | |
| |
History.txt | Mon Aug 31 17:36:04 -0700 2009 | |
| |
LICENSE | Tue Mar 10 01:15:20 -0700 2009 | |
| |
README.rdoc | Tue Mar 10 15:13:50 -0700 2009 | |
| |
Rakefile | Thu Mar 19 02:32:17 -0700 2009 | |
| |
digitalnz.gemspec | Thu Mar 19 13:56:48 -0700 2009 | |
| |
lib/ | Mon Nov 16 03:40:10 -0800 2009 |
README.rdoc
DigitalNZ
Description
A small gem to interface with the DigitalNZ API at www.digitalnz.org/
Installation
Stable
sudo gem install digitalnz
Bleeding Edge
$ git clone git://github.com/jamesotron/digitalnz.git
$ cd digitalnz
$ rake gem && sudo gem install pkg/digitalnz-<version>.gem
Usage
To get started you’ll need to grab an API key from DigialNZ, you can get this here: www.digitalnz.org/dashboard/api_key
Now that you’ve got your API key you can try using it:
$ irb -r rubygems
>> require 'digitalnz'
Next, set your API key (you only need to do this once per session):
>> DigitalNZ.api_key = '<your api key here>'
License
Copyright © 2009 James Harton (jamesotron@gmail.com)
Please see the LICENSE file with this distribution.







