1.1.2 • Published 4 years ago

api-xlecx-com v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

xlecx.com API

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

This library supports fetching:

  • Comics,
  • List of Comics,
  • Tags

Install

npm install --save api-xlecx-com

API

Comic

getComic(comic_id)

Lists

WARNING: The string arguments are not escaped (Eg. query, tag, ...)

getHomeManga(page)

searchByText(query , page)

searchByTag(tag , page)

searchByArtist(artist , page)

searchByParody(parody , page)

searchByGroup(group , page)

Tags

getTags()