jtsmedley / NDJsonDownloader

A simple URL download tool that creates a local repo of remote content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSync

A simple URL download tool that takes a configuration ndJSON and downloads the value into the relative/absolute location of the key.

  • Example command using a bash version of websync

./websync.sh run <path to config or default .websync>

  • Example configuration using ndJSON
{ path: "./current/timezone/America/Chicago"  url: "https://worldtimeapi.org/api/timezone/America/Chicago" }
{ path: "./current/timezone/America/Denver" url: "https://worldtimeapi.org/api/timezone/America/Denver" }

About

A simple URL download tool that creates a local repo of remote content

License:MIT License


Languages

Language:Shell 43.0%Language:JavaScript 27.1%Language:PowerShell 18.1%Language:Batchfile 11.8%