0.0.1 • Published 7 years ago

soundgasm-api v0.0.1

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
7 years ago

soundgasm-api NPM version Build Status Dependency Status

Unofficial API for soundgasm.net

Installation

$ npm install --save soundgasm-api

Usage

const soundgasmApi = require('soundgasm-api');

let url = 'https://soundgasm.net/u/GateOfIvory/M-Sonnet-No-5';
soundgasmApi(url, sound => {
  console.log(sound.downloadURL);
  // => https://soundgasm.net/sounds/b949ed00caadb8ccac989de9885e37ef681610a9.m4a
});

License

Apache-2.0 © squareguy