zippydamn-lib
v0.0.6
Published
ZippyDamn-lib! is a ZippyShare Unofficial library (downloader & search) for nodejs
Downloads
3
Maintainers
Readme
Looking for a CLI?
Try Zippydamn! CLI
Installation
Use the package manager npm to install ZippyDamn! CLI
npm install zippydamn-lib
Usage
const zippy = require('zippydamn')
zippy.extract('https://www19.zippyshare.com/v/lKeHaNxX/file.html')
zippy.search('Attarashi Gakko')
Update
Change callback code to async await :D
Callback is suck you know? >:), so i decided move to async await! :D
UPDATE V0.0.6 !
ZippyDamn search need a Google CSE API Key to run
- Open https://developers.google.com/custom-search/v1/overview
- Click "Get a Key"
- Write your project name
- Replace "YOUR_API_KEY" with your Google Key in .env file
GOOGLE_CSE_KEY = "YOUR_API_KEY"
Contributing <3
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
License
Made with <3 by Virdio