UNPKG

shredbeat

Version:

Music beat reacts to your keyboard shredding speed 🤘

15 lines (9 loc) • 214 B
var getStreamUrls = require('hypem-audio').getStreamUrls class HypemService { constructor() { } getPlaylist(playlistUrl) { return getStreamUrls(playlistUrl) } } module.exports = new HypemService()