mediafire-url-generator

1.0.4 • Public • Published

Mediafire Url Generator

GitHub repo size GitHub issues GitHub forks

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:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to original branch: git push origin mediafire-url-generator
  5. 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:

Photo of Drew on GitHub
Drew

📝 License

This project is under license. see the file LICENSE for more details.

Back to the top

/mediafire-url-generator/

    Package Sidebar

    Install

    npm i mediafire-url-generator

    Weekly Downloads

    6

    Version

    1.0.4

    License

    GPL-3.0

    Unpacked Size

    39.7 kB

    Total Files

    4

    Last publish

    Collaborators

    • frcc