mirror of
https://github.com/hklcf/MediaFire-Stream-API
synced 2026-01-13 13:24:29 -08:00
43 lines
2.3 KiB
Markdown
43 lines
2.3 KiB
Markdown
# MediaFire-Stream-API
|
|
[](https://github.com/hklcf/MediaFire-Stream-API/issues)
|
|
[](https://github.com/hklcf/MediaFire-Stream-API/network)
|
|
[](https://github.com/hklcf/MediaFire-Stream-API/stargazers)
|
|
[](https://github.com/hklcf/MediaFire-Stream-API/blob/master/LICENSE)
|
|
[](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fhklcf%2FMediaFire-Stream-API)
|
|
|
|
Grab MediaFire stream link
|
|
|
|
## Getting Started
|
|
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
|
|
### Prerequisites
|
|
- Web Hosting or VPS ([DigitalOcean](https://m.do.co/c/f5dea4b5cce3))
|
|
- PHP 5+ (suggest to use PHP 7.x)
|
|
|
|
## Deployment
|
|
Put all files into the Public/htdocs directory.
|
|
|
|
## Usage
|
|
### Json API
|
|
`http://<yourserver.com>/mediafire.php?url=<MediaFire File Link>`
|
|
|
|
Live Demo: http://almeria5.rf.gd/mediafire/mediafire.php?url=https://www.mediafire.com/file/987f1u0gud1o94v/small.mp4/file
|
|
|
|
### Embed API
|
|
`http://<yourserver.com>/embed.php?url=<MediaFire File Link>`
|
|
|
|
Live Demo: http://almeria5.rf.gd/mediafire/embed.php?url=http://www.mediafire.com/file/987f1u0gud1o94v/small.mp4/file
|
|
|
|
## Contributing
|
|
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
|
|
|
|
## Versioning
|
|
We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/hklcf/MediaFire-Stream-API/tags).
|
|
|
|
## Authors
|
|
* **HKLCF** - *Initial work* - [HKLCF](https://github.com/hklcf)
|
|
|
|
See also the list of [contributors](https://github.com/hklcf/MediaFire-Stream-API/contributors) who participated in this project.
|
|
|
|
## License
|
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
|