1.2.0 • Published 8 years ago

hosts-lookup v1.2.0

Weekly downloads
13
License
MIT
Repository
github
Last release
8 years ago

hosts-lookup Build Status

Lookup your /etc/hosts

Install

$ npm install --save hosts-lookup

Usage

var hostsLookup = require('hosts-lookup');
hostsLookup('crazy-cat')
 .then(console.log) // => ip is value from `hosts` if found.
 .catch(console.error) 

P.S: This module was created as a result of this issue.

License

MIT © Hemanth.HM

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago