https://github.com/switz/archive.org
npm module for the archive.org api
https://github.com/switz/archive.org
Last synced: about 1 year ago
JSON representation
npm module for the archive.org api
- Host: GitHub
- URL: https://github.com/switz/archive.org
- Owner: switz
- Created: 2013-03-29T20:50:21.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-03T06:42:44.000Z (about 13 years ago)
- Last Synced: 2024-10-05T04:15:21.359Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://saewitz.com/archive.org
- Size: 223 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
archive.org
========
npm module for the subsonic api
[](http://travis-ci.org/switz/archive.org)
### Install
```
$ npm install archive.org --save
```
### Docs
[Documentation](http://saewitz.com/archive.org/doc/classes/Archive.html)
### Example
```javascript
var archive = require('archive.org');
archive.search({q: 'Grateful Dead'}, function(err, res) {
console.log(res);
});
```