Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 395 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 395 Bytes

Web-service for parsing html pages

Request example

curl --location --request GET 'http://localhost:8080/html?url=https://www.sitejabber.com/reviews/keh.com'

Response example

{
    "reviewsCount": 70101,
    "name": "KEH",
    "rating": 4.8,
    "url": "www.keh.com"
}

Technologies

  • Spring WebFlux
  • Jsoup
  • Lombok
  • WireMock, Java Faker