Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcoin-org/bdns
DNS wrapper for node.js
https://github.com/bcoin-org/bdns
Last synced: 6 days ago
JSON representation
DNS wrapper for node.js
- Host: GitHub
- URL: https://github.com/bcoin-org/bdns
- Owner: bcoin-org
- License: other
- Created: 2017-11-02T13:59:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T14:03:42.000Z (about 1 year ago)
- Last Synced: 2024-09-23T21:45:59.242Z (about 2 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 3
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bdns
DNS wrapper for node.js.
## Usage
``` js
const dns = require('bdns');
```## Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. ``## License
- Copyright (c) 2017, Christopher Jeffrey (MIT License).
See LICENSE for more info.