Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.
/ edzif-validator Public archive

Library to validate DNS zones in EDZIF format.

License

Notifications You must be signed in to change notification settings

mikl/edzif-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDZIF validator

Circle CI JavaScript Style Guide Code Climate

Library to validate DNS zones in EDZIF format.

Example usage

To validate a zone (ES6 syntax, Node.js):

const { Zone } = require('edzif-validator');

Zone(zoneData).then((result) => {
    // Check result.valid to see if we got a valid response.
    // Check result.errors to see any errors returned.
});

Development

To run the test suite whenever the code changes, run:

npm run dev

About

Library to validate DNS zones in EDZIF format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published