indo-news-scraper
Version:
A news scraper for javascript that help to scrap news from Indonesian news portal.
43 lines (31 loc) • 1.03 kB
Markdown
# Indo News Scraper [Beta]


This package is a package to help you fetch single page news from Indonesian news websites.
## Installation
Use the package manager [npm](https://www.npmjs.com/get-npm) to install indo-news-scraper.
```bash
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.
```javascript
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](https://choosealicense.com/licenses/mit/)