0.3.0 • Published 1 year ago

manganato-scraper v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

The manganato scraper

Requirements

  • Node version 20.x and above

How to install

npm install manganato-scraper

How to use

import { getLatestMangaList } from "manganato-scraper";

const result = await getLatestMangaList();

// an example result
// [
//    ...
//   {
//     title: 'Attack On Titan',
//     link: 'https://chapmanganato.to/manga-oa952283',
//     cover: 'https://avt.mkklcdnv6temp.com/34/b/1-1583465037.jpg',
//     rating: '4.5',
//     views: 'View : 106.5M'
//   },
//   {
//     title: 'Shingeki No Kyojin - Before The Fall',
//     link: 'https://chapmanganato.to/manga-vi952091',
//     cover: 'https://avt.mkklcdnv6temp.com/27/k/1-1583464768.jpg',
//     rating: '4.7',
//     views: 'View : 8M'
//   },
//   ...
// ]

Available methods

MethodDescription
getLatestMangaListGet latests manga from the website. This method supported pagination
getNewestMangaListGet newest manga from the website. This method supported pagination
geHotMangaListGet hot\popular manga from the website. This method supported pagination
searchFind the mangas by query. This method supported pagination
getMangaDetailsget details about the manga
0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

1 year ago

0.1.0

1 year ago

1.0.0

1 year ago