groupuris

0.1.21 • Public • Published

Stories in Ready

NPM Version Build Status

Group URIs

Implementation of the groupuris spec

install:

npm install -g groupuris

commandline:

$ groupuris https://melvincarvalho.com/#me http://csarven.ca/#i
AO8kEF3c6teJ0n8fJ20_JZEosg4klzFF2vQOf-pTzkg

node:

var groupuris = require('groupuris');
 
var agents = ['https://melvincarvalho.com/#me', 'http://csarven.ca/#i']
var turtle = groupuris.agentsToGroup(agents)
var hash = groupuris.toSha256Base64url(turtle)
 
console.log(hash)

license: MIT

Readme

Keywords

Package Sidebar

Install

npm i groupuris

Weekly Downloads

1

Version

0.1.21

License

MIT

Last publish

Collaborators

  • melvincarvalho