Node dgram module adapter for libdweb
npm install @sammacbeth/node-dgram[![travis][travis.icon]][travis.url]
[![package][version.icon] ![downloads][downloads.icon]][package.url]
[![styled with prettier][prettier.icon]][prettier.url]
Library allows Firefox extensions to polyfill node dgrammodule using [libdweb][].
``js`
import drgamify from "@libdweb/node-dgram"
const dgram = drgamify(browser)
npm install @libdweb/node-dgram
You can run example from test directory by running npm run demo after npm install`
[travis.icon]: https://travis-ci.org/Gozala/node-dgram.svg?branch=master
[travis.url]: https://travis-ci.org/Gozala/node-dgram
[version.icon]: https://img.shields.io/npm/v/node-dgram.svg
[downloads.icon]: https://img.shields.io/npm/dm/node-dgram.svg
[package.url]: https://npmjs.org/package/node-dgram
[downloads.image]: https://img.shields.io/npm/dm/node-dgram.svg
[downloads.url]: https://npmjs.org/package/node-dgram
[prettier.icon]: https://img.shields.io/badge/styled_with-prettier-ff69b4.svg
[prettier.url]: https://github.com/prettier/prettier
[libdweb]: https://github.com/mozilla/libdweb/