dat-npm

4.0.6 • Public • Published

dat-npm

npm for dat. try it out at npm.dathub.org

dat

dat-npm works as a dat listen hook. first install dat

npm install -g dat
mkdir dat-npm
cd dat-npm
dat init # put in your info
npm install dat-npm # install the hook

then add the following hook to dat.json

{
  "name": "some-dat",
  "hooks": {
    "listen": "dat-npm"
  }
}

to start serving the data set simply to a dat listen which will make dat import npm.

Readme

Keywords

Package Sidebar

Install

npm i dat-npm

Weekly Downloads

4

Version

4.0.6

License

MIT

Last publish

Collaborators

  • mafintosh
  • maxogden