nara-node

0.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i nara-node

Weekly Downloads

1

Version

0.1.0

License

CC0 1.0

Last publish

Collaborators

  • naffis