mediafire-url-generator
v1.0.4
Published
Generates direct download link for mediafire files
Downloads
88
Readme
Mediafire Url Generator
Generates direct download url for mediafire files for free
💻 Prerequisites
Before starting, make sure you've met the following requirements:
Node.js v14.x
🚀 Installing
Install latest version from NPM:
npm i mediafire-url-generator
☕ Usage
const mediafire = require('mediafire-url-generator');
const main = async(url) => {
const directUrl = await mediafire.get(url);
console.log(directUrl);
}
// url could be actual url or just the identifier
main('https://www.mediafire.com/file/wasdwasdwasd/file');
📫 Contributing
To contribute, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to original branch:
git push origin mediafire-url-generator
- Create the pull request.
Alternatively, see the GitHub documentation at how to create a pull request.
🤝 Collaborators
We thank the following people who contributed to this project:
📝 License
This project is under license. see the file LICENSE for more details.