api2-xlecx-com
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

xlecx.com API

A API wrapper that reads the HTML of the site and extracts info

This library supports fetching:

  • Comic,
  • List of Comic,
  • tags/characters/parodies/catagories/groups/artists

Install

npm install --save api2-xlecx-com

API

const XlecxAPI = require('api2-xlecx-com') 
const api = new XlecxAPI();
api.comic.id('7750-sidney-fast-times-rampr-high').then((comic)=> console.log(JSON.stringify(comic, null, 2)));

Readme

Keywords

none

Package Sidebar

Install

npm i api2-xlecx-com

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

79 kB

Total Files

84

Last publish

Collaborators

  • fapingalot