0.1.1 • Published 10 years ago

rel-send v0.1.1

Weekly downloads
6
License
ISC
Repository
github
Last release
10 years ago

rel-send

handle routing and sending a rel message

usage

var relSend = require('rel-send')

// a rel message
var message = {
  "@context":"http://rel.is/0.1",
  "to":"http://foo.com",
  "from":"http://bar.org",
  "rel":"http://gmpg.org/xfn/11/friend"
}

relsend(message, function (e) {
  if (e) { return console.log('could not send')}
})

installation

$ npm install rel-send

running the tests

From package root:

$ npm install
$ npm test

contributors

license

ISC. (c) MMXIV jden jason@denizac.org. See LICENSE.md

0.1.1

10 years ago

0.1.0

10 years ago