|
|
@ -2,14 +2,15 @@
|
|
|
|
smart dns methods written in TypeScript
|
|
|
|
smart dns methods written in TypeScript
|
|
|
|
|
|
|
|
|
|
|
|
## Availabililty
|
|
|
|
## Availabililty
|
|
|
|
[](https://www.npmjs.com/package/dnsly)
|
|
|
|
[](https://www.npmjs.com/package/dnsly)
|
|
|
|
[](https://gitlab.com/pushrocks/dnsly)
|
|
|
|
[](https://GitLab.com/pushrocks/dnsly)
|
|
|
|
[](https://github.com/pushrocks/dnsly)
|
|
|
|
[](https://github.com/pushrocks/dnsly)
|
|
|
|
[](https://pushrocks.gitlab.io/dnsly/)
|
|
|
|
[](https://pushrocks.gitlab.io/dnsly/)
|
|
|
|
|
|
|
|
|
|
|
|
## Status for master
|
|
|
|
## Status for master
|
|
|
|
[](https://gitlab.com/pushrocks/dnsly/commits/master)
|
|
|
|
[](https://GitLab.com/pushrocks/dnsly/commits/master)
|
|
|
|
[](https://gitlab.com/pushrocks/dnsly/commits/master)
|
|
|
|
[](https://GitLab.com/pushrocks/dnsly/commits/master)
|
|
|
|
|
|
|
|
[](https://www.npmjs.com/package/dnsly)
|
|
|
|
[](https://david-dm.org/pushrocks/dnsly)
|
|
|
|
[](https://david-dm.org/pushrocks/dnsly)
|
|
|
|
[](https://www.bithound.io/github/pushrocks/dnsly/master/dependencies/npm)
|
|
|
|
[](https://www.bithound.io/github/pushrocks/dnsly/master/dependencies/npm)
|
|
|
|
[](https://www.bithound.io/github/pushrocks/dnsly)
|
|
|
|
[](https://www.bithound.io/github/pushrocks/dnsly)
|
|
|
@ -18,7 +19,7 @@ smart dns methods written in TypeScript
|
|
|
|
[](http://standardjs.com/)
|
|
|
|
[](http://standardjs.com/)
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## Usage
|
|
|
|
we recommend the use of TypeScript for optimal intellisense
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
```javascript
|
|
|
|
import * as dnsly from 'dnsly'
|
|
|
|
import * as dnsly from 'dnsly'
|
|
|
|
|
|
|
|
|
|
|
@ -29,6 +30,11 @@ myDnsly.getRecord('example.com','AAAA') // returns promise
|
|
|
|
})
|
|
|
|
})
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
> MIT licensed | **©** 2016 - 2017 [Lossless GmbH](https://lossless.gmbh)
|
|
|
|
Use TypeScript for best in class instellisense.
|
|
|
|
|
|
|
|
|
|
|
|
[](https://push.rocks)
|
|
|
|
For further information read the linked docs at the top of this README.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
|
|
|
|
|
|
|
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[](https://push.rocks)
|