hypem-scrapper

0.0.5 • Public • Published

Hypem Scrapper

This is a simple module used to obtain the URL of a specific song be providing its mediaid.

var hypem;
 
hypem = require('hypem-scrapper');
 
//Async
hypem.getUrl('1wdx7', function(error, url) {
  return console.log(url);
});
 
//Non-Async
hypem.getUrlSync('1wdx7', function(error, url) {
  return console.log(url);
});
 

License

MIT

Credits

Farid Zakaria

Readme

Keywords

none

Package Sidebar

Install

npm i hypem-scrapper

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • elbuo8