mega-link-checker
v1.0.6
Published
Little tool that checks if a mega.nz shared link is valid or not
Downloads
13
Readme
Little tool that checks if a shared MEGA link is valid or not.
Installation
npm install --save mega-link-checker
Use
const megaLinkChecker = require('mega-link-checker')
megaLinkChecker('your_mega_shared_link')
.then(result => console.log(result)) // can be either 'true' or 'false'
License
MIT License
Copyright (c) barthofu