Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.27 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.27 KB

Language Swift 4.0

🏡 BoligScrapper

The goal of this personal learning project is to develop CLI tool for crawling web using Swift programming language.

🚀 Getting started

There are 2 ways to get started:

📥 Download binary

See the latest release.

🛠 Compile source code

To compile BoligScrapper, you need to install Swift 4.0 or later on your machine - the easiest way to do so is by installing Xcode 9.

After that, cd into the project folder and compile project with $ swift build. To execute the compiled binary execute $ ./.build/debug/BoligScrapper

🏃 Run

You can see all available parameters by $ ./BoligScrapper --help

Alt text

📚 Resources