forked from myarchives/erbuc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:laont/medict
- Loading branch information
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
# mega | ||
# medict | ||
Mega direct links | ||
> If you use mega.nz, then you can get direct links to your public files | ||
## How to use | ||
1. Go to [mega.nz](https://mega.nz) | ||
1. Copy full link. Template below | ||
1. Go to [mega.infinity-geek.xyz](https://mega.infinity-geek.xyz/) | ||
1. Copy full link of **public** file. Template below | ||
1. Go to [medict.laont.me/](https://medict.laont.me/) | ||
1. Paste link, generate direct and use this | ||
> Public link template | ||
> ![link template](https://mega.infinity-geek.xyz/direct/https%3A%2F%2Fmega.nz%2Ffile%2FrBw1lIJC%23OLems9128dBR5JH0MRp6VNQII07sZgAXbG7KNRN2qas "This file inclided using this app :)") | ||
> ![link template](https://medict.laont.me/api/direct/?link=https%3A%2F%2Fmega.nz%2Ffile%2FrBw1lIJC%23OLems9128dBR5JH0MRp6VNQII07sZgAXbG7KNRN2qas "This file inclided using this app :)") | ||
## Project tree | ||
``` | ||
├── app.js App entry point. Contains all app logic | ||
├── link.html Inex page where the link is generated | ||
├── node_modules Module dependency directory | ||
├── now.json Deploy info for vercel.com | ||
├── package.json Package info | ||
└── yarn.lock Lock file for yarn | ||
├── node_modules Directory with nodejs dependencies | ||
├── assets Directory with assets like logo | ||
├── LICENSE.md License file (MIT) | ||
├── README.md Readme file | ||
├── link.html HTML with link generation | ||
├── package.json Module config | ||
├── vercel.json Deploy config | ||
└── api Serverless functions | ||
└── direct.js Main file | ||
``` | ||
|
||
## License | ||
This repository is licensed under [MIT license](/LICENSE.md). You can freely copy, modify and distribute code | ||
This repository is licensed under [MIT license](/LICENSE.md). You can freely copy, modify and distribute code, but with notice about license and copyright | ||
|
||
## Support me | ||
You can [donate me](https://capu.st/infinitygeek). It will help me a lot in my endeavors | ||
You can [donate me](https://capu.st/laont). It will help me a lot in my endeavors |