Swift-Webscraper

Showcasing the use of the open-source Swift Soup library to scrape data from a given Web page Our program will scrape this URL: https://en.wikipedia.org/wiki/Houseplant

Our program will produce a JSON object containing the scraped data. It will look something like this:

Screenshot 2022-04-01 at 05 34 36

So Let’s get Coding ?

GitHub

View Github