2.1.0 • Published 10 months ago

@regedit-msc/manga_raw_scraper v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Manga Raw Scraper

Overview

This codebase scrapes manga data from multiple sources using TypeScript and Cheerio.

Features

  • Fetches newest and most viewed manga
  • Retrieves manga by genre or query term
  • Provides chapter details, manga metadata, and cover images

Requirements

  • Node.js >= 16
  • Yarn (recommended) or npm

Installation

   yarn

Build:

yarn build

Scripts

  • dev: Run with ts-node
  • watch: Watch and rebuild

Usage

import { mostViewed, newManga, mangaByGenre } from "@regedit-msc/manga_raw_scraper";

(async () => {
  const data = await mostViewed();
  console.log(data);
})();

Contributing

  1. Fork and clone
  2. Create a feature branch
  3. Open a PR

License

MIT

2.0.4

10 months ago

2.1.0

10 months ago

1.0.9

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago