https://github.com/hellomouse/czds-api
A client for the Centralized Zone Data Service (CZDS) in NodeJS
https://github.com/hellomouse/czds-api
Last synced: 3 months ago
JSON representation
A client for the Centralized Zone Data Service (CZDS) in NodeJS
- Host: GitHub
- URL: https://github.com/hellomouse/czds-api
- Owner: hellomouse
- License: isc
- Created: 2018-12-15T22:50:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T06:03:28.000Z (over 6 years ago)
- Last Synced: 2025-01-10T20:16:01.204Z (5 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CZDS Client
This package interacts with the CZDS API, to download zonefiles. It can be used programatically or directly using the cli.js script.
## Documentation
You can generate the documentation using `npm run docs`.
## CLI
To use the CLI you need to complete the credentials.json file (following the credentials.json.example), and then run:
```
node cli.js [directory]
```If directory is not specified, zones/ is used.