Skip to content

Hotrook/jsonplaceholder-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonplaceholder-downloader Build Status Maintainability Codacy Badge codecov

What is this app?

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

How to run it?

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.