mega-link-checker

1.0.6 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mega-link-checker

    Weekly Downloads

    7

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    2.26 kB

    Total Files

    3

    Last publish

    Collaborators

    • barthodev