Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 710 Bytes

File metadata and controls

27 lines (14 loc) · 710 Bytes

Aggregation of most popular beers in Poland


How it works

Application is divided into two parts:

Scraper

Gathers information about beers, (name, description, type etc.) from producer's websites and combines it into single JSON file. It uses Cheerio for DOM traversing

Frontend

Written in NextJS, basically maps over JSON and generates static websites with provided data


These two apps are independent (do not need to work at the same time)

For more info go to specific directories


For Educational Purposes Only