This app is designed to download all json posts from https://jsonplaceholder.typicode.com/posts
and saves every post to different files in given directory.
It takes two parameters:
- url
- directory path
Running is very simple:
sbt "run {url} {directoryPath}"
for example:
sbt "run https://jsonplaceholder.typicode.com/posts posts"
It is important that given repository musts exist.