switz / archive.org

npm module for the archive.org api

Home Page:http://saewitz.com/archive.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

archive.org

npm module for the subsonic api

build status

Install

$ npm install archive.org --save

Docs

Documentation

Example

var archive = require('archive.org');

archive.search({q: 'Grateful Dead'}, function(err, res) {
  console.log(res);
});

About

npm module for the archive.org api

http://saewitz.com/archive.org


Languages

Language:CoffeeScript 96.9%Language:JavaScript 3.1%