0.1.0 • Published 9 years ago

iana-rels v0.1.0

Weekly downloads
91
License
-
Repository
github
Last release
9 years ago

iana-rels

A list of official IANA link relations.

Usage

The export is an object where each key is Link Relation Name converted to camelCase. (eg: create-form is now createForm)

var rels = require('iana-rels');

console.log(rels.self);
// {
//   name: 'self',
//   description: 'Conveys an identifier for the link\'s context.',
//   reference: '[RFC4287]',
//   notes: ''
// }

Status

The current list being exported was last updated 2015-01-21. If you notice the list gets updated again, we can simply update this module to reflect that. (just submit an issue)