1.0.0 • Published 5 years ago

cyrepo v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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