cyrepo
v1.0.0
Published
get info about Cydia repos
Downloads
9
Readme
CyRepo
Quickly gather info on valid Cydia repos!
Basic Usage
const cydia = require('cyrepo');
cydia.downloadBz2('https://khafradev.github.io/')
.then(() => repo.prepareText())
.then(console.log)
.catch(console.error)- Invalid repos will be caught
- Invalid domains will be caught
- Handles errors from packages used (will throw its own errors).
- Uses external library to validate URLs
Other info
- Supports promises
- completely asynchronous
- Dependencies: node-fetch, validator, seek-bzip, abort-controller and fs
- test:
node test.js
