This module help you to verify domain ownership.
npm install domain-verification$ npm install domain-verification
consta domainVerification = require('domain-verification');
domainVerification.html(domain_url,domain_html_name,hash_value);
domainVerification.txt(domain_url,domain_key,domain_value);
domainVerification.metatag(domain_url,domain_key,domain_value);
domainVerification.all(domain_url,domain_key,domain_value,domain_html_name,hash_value);
We are supporting Promise.
### Parameters:
* domain_url: The URL where the html file can be formed (http://example.com).
* domain_html_name: The name of the html file expected at 'domain_url'
* hash_value: The value in the html file body
### Asssumptions:
* The domain to be verified has the HTML file specified in the url specified by 'domain_url'.
* The filename is of the form: 'domain_html_name'.html, eg. 'domainVerified-1233ask.html'