An open API service indexing awesome lists of open source software.

https://github.com/kondratovivan/news-parser-springboot-jsoup

HTML parser of news website
https://github.com/kondratovivan/news-parser-springboot-jsoup

h2-database java17 jsoup maven spring-boot spring-web

Last synced: 3 months ago
JSON representation

HTML parser of news website

Awesome Lists containing this project

README

          

# newsParser-springboot-jsoup

To run this application you must

1. Make a Fork of this project (priority) or clone repository

```bash
git clone https://github.com/KondratovIvan/newsParser-springboot-jsoup
```

2. Build this application using maven

```bash
mvn clean install
```

3. Run this application

4. Download and install the Postman request client and operate with news from https://www.bbc.com/news/world

or make it with HAL Explorer on your localhost

* Note : you can parse another website with same HTML structure, changing String url in class NewsParsing