Classical Guitar Tablature HyperDrive Archive from classtab.org
https://hashbase.io/hyperdrives/classtab
$ npm install @hyperdrives/classtabor (Github):
$ npm install hyperdrives/classtabYou can read the archive directly by simply requiring and initializing the hyperdrive with the correct public key.
conststorage=require.resolve('@hyperdrives/classtab')constclasstab=require('hyperdrive')(storage,key,opts)or using a convenient wrapper:
constclasstab=require('@hyperdrives/classtab')(key,opts)You can also leverage random-access-http to read the archive from the public Github repository.
'use strict'consthyperdrive=require('hyperdrive')consthttp=require('random-access-http')constprefix='https://github.com/hyperdrives/classtab/raw/master/'constkey='161fb2014dc31a0ba47af677307d6103843e2ad7139f7c8fcea19b1bbf35148f'constdrive=hyperdrive((filename)=>http(prefix+filename),key)classtab.readdir('/',console.log)The ClassTab archive represents a set of tablature and MIDI files for classical guitar.
161fb2014dc31a0ba47af677307d6103843e2ad7139f7c8fcea19b1bbf35148f
See http://www.classtab.org/credits.htm
GPLv3