1.0.4 • Published 2 years ago

mediafire-url-generator v1.0.4

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

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:

📝 License

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

⬆ Back to the top

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago