mediafire-link
v0.0.2
Published
You can have the Mediafire link with this module.
Downloads
14
Readme
mediafire-link
You can have the Mediafire link with this module.
Example
const getLink = require('mediafire-link');
getLink('MEDIAFIRE LINK').then((link) => {
console.log(link)
//output: DOWNLOAD MEDIAFIRE LINK
})