archive.org

Interface with the archive.org api

Usage no npm install needed!

<script type="module">
  import archiveOrg from 'https://cdn.skypack.dev/archive.org';
</script>

README

archive.org

npm module for the subsonic api

build status

Install

$ npm install archive.org --save

Docs

Documentation

Example

Archive = require('archive.org');
archive = new Archive();

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