barthofu / mega-link-checker

πŸ” Little tool that checks if a mega.nz shared link is valid or not

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mega Link Checker

License

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

About

πŸ” Little tool that checks if a mega.nz shared link is valid or not


Languages

Language:JavaScript 100.0%