add note about dependencies
This commit is contained in:
parent
64dc62ef8e
commit
1fec61376c
24
README.md
24
README.md
|
@ -7,14 +7,16 @@ Passes [acme-dns-01-test](https://git.rootprojects.org/root/acme-dns-01-test.js)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Compatible
|
- Compatible
|
||||||
- [x] Let's Encrypt v2.1 / ACME draft 18 (2019)
|
- [x] Let's Encrypt v2.1 / ACME draft 18 (2019)
|
||||||
- [x] DuckDNS API
|
- [x] DuckDNS API
|
||||||
- [x] ACME.js, Greenlock.js, and others
|
- [x] ACME.js, Greenlock.js, and others
|
||||||
- Quality
|
- Quality
|
||||||
- [x] node v6 compatible VanillaJS
|
- [x] node v6 compatible VanillaJS
|
||||||
- [x] < 100 lines of code
|
- [x] < 100 lines of code
|
||||||
- [x] **Zero Dependencies**
|
- [x] **Zero External Dependencies**\*
|
||||||
|
|
||||||
|
<small>\* just `@root/request` which is also a Root project and has no dependencies at all</small>
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
|
@ -24,7 +26,7 @@ npm install --save acme-dns-01-duckdns@3.x
|
||||||
|
|
||||||
Register and DuckDNS Domain and Save the API Token:
|
Register and DuckDNS Domain and Save the API Token:
|
||||||
|
|
||||||
- <https://www.duckdns.org/>
|
- <https://www.duckdns.org/>
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
@ -78,8 +80,8 @@ node ./test.js example.duckdns.org xxxxxx
|
||||||
|
|
||||||
# Authors
|
# Authors
|
||||||
|
|
||||||
- Aneem Patrabansha
|
- Aneem Patrabansha
|
||||||
- AJ ONeal
|
- AJ ONeal
|
||||||
|
|
||||||
See AUTHORS for contact info.
|
See AUTHORS for contact info.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue