From f31e75f98adbb962fe34950bf01b179b1d58bca8 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 23 Dec 2020 22:27:26 +0100 Subject: [PATCH] add licence information --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68d8a82..717297c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ or macOS. - [NodeJS](https://nodejs.org/en/download/) (the LTS version is fine) - [Firefox](https://www.mozilla.org/en-US/firefox/download/thanks/) - [geckodriver](https://github.com/mozilla/geckodriver/releases) -- [nzz.js]() +- [nzz.js](https://code.vanwa.ch/sebastian/nzz-downloader/-/releases) ## Usage ``` @@ -48,3 +48,10 @@ directory "./nzz" ``` ./nzz.js -u 'myuser@example.com' -p 'mypassword' -f 1780-01-01 -t 1780-02-30 ``` + +## Caveats +You need a good internet connection, as the program only waits 5 seconds until a +download of an issue can start. This is something that is hard to solve unfortunately. + +## Licence +Licenced as [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/).