0.1.0 • Published 9 years ago

nara-node v0.1.0

Weekly downloads
2
License
CC0 1.0
Repository
github
Last release
9 years ago

nara-node

A Node client for the National Archives API.

Installation

  npm install nara-node

Usage

  var nara = require('nara-node');

  nara({
      search: {
          q: 'nixon',
          rows: '10',
          offset: '20'
      }
  }, function (err, result) {
      // Do stuff with records
  });

TODO

A lot. Tests. Write capabilities for tagging and transcriptions. Authentication. More I'm sure.

Contributing

Pull requests please.

Copyright

Written by David Naffis. See LICENSE.txt for further details.

0.1.0

9 years ago