indo-news-scraper

1.4.0 • Public • Published

Indo News Scraper [Beta]

npm GitHub last commit

This package is a package to help you fetch single page news from Indonesian news websites.

Installation

Use the package manager npm to install indo-news-scraper.

npm i indo-news-scraper

Available News Portal

  • Antara
  • Detik
  • Kompas
  • Liputan6
  • Republika
  • Suara
  • Tempo
  • Viva

Usage

You can simply use the scrap function and pass the KEYWORDS as the parameter.

import { Detik } from 'indo-news-scraper';

Detik.scrap('put your keywords here').then(res => {
 console.log(res);
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i indo-news-scraper

    Weekly Downloads

    7

    Version

    1.4.0

    License

    MIT

    Unpacked Size

    22.4 kB

    Total Files

    12

    Last publish

    Collaborators

    • theyudhiztira