cyrepo

1.0.0 • Public • Published

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

Credits

  1. S0n1c_Dev : Original API/idea
  2. Khafra : Code

Readme

Keywords

Package Sidebar

Install

npm i cyrepo

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

7.61 kB

Total Files

9

Last publish

Collaborators

  • khafra