add licence information

This commit is contained in:
Sebastian Hugentobler 2020-12-23 22:27:26 +01:00
parent fe9d1ee619
commit f31e75f98a
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -26,7 +26,7 @@ or macOS.
- [NodeJS](https://nodejs.org/en/download/) (the LTS version is fine) - [NodeJS](https://nodejs.org/en/download/) (the LTS version is fine)
- [Firefox](https://www.mozilla.org/en-US/firefox/download/thanks/) - [Firefox](https://www.mozilla.org/en-US/firefox/download/thanks/)
- [geckodriver](https://github.com/mozilla/geckodriver/releases) - [geckodriver](https://github.com/mozilla/geckodriver/releases)
- [nzz.js]() - [nzz.js](https://code.vanwa.ch/sebastian/nzz-downloader/-/releases)
## Usage ## Usage
``` ```
@ -48,3 +48,10 @@ directory "./nzz"
``` ```
./nzz.js -u 'myuser@example.com' -p 'mypassword' -f 1780-01-01 -t 1780-02-30 ./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/).