1.0.0 • Published 8 years ago

nicar v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

nicar

Easy whois to nic.ar

Powered by: Cesar Casas

install

$ npm install nicar

use

    const nicar = require("nicar");
    
    nicar("clarin.com.ar")
        .then(info=>{
            console.log(info);
        })
    .catch((err)=>{
            console.log(err);            
        });

use from console

$ node ./node_modules/nicar/index.js clarin.com.ar

screenshot

For enable screenshots, just use SCREENSHOT=*

$ SCREENSHOT=* node ./node_modules/nicar/index.js clarin.com.ar

Remember: first create the "screenshots" folder into project folder.