cose-js
Version:
JavaScript COSE implementation
62 lines (45 loc) • 2.3 kB
HTML
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="cose-js : JavaScript implementation of COSE">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>cose-js</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/erdtman/cose-js">View on GitHub</a>
<h1 id="project_title">cose-js</h1>
<h2 id="project_tagline">JavaScript implementation of COSE</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/erdtman/cose-js/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/erdtman/cose-js/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p><a href="https://travis-ci.org/erdtman/cose-js"><img src="https://travis-ci.org/erdtman/cose-js.svg?branch=master" alt="Build Status"></a>
<a href="https://coveralls.io/github/erdtman/cose-js?branch=master"><img src="https://coveralls.io/repos/github/erdtman/cose-js/badge.svg?branch=master" alt="Coverage Status"></a></p>
<h1>
<a id="cose-js" class="anchor" href="#cose-js" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>cose-js</h1>
<p>JavaScript implementation of <a href="https://tools.ietf.org/html/draft-ietf-cose-msg">COSE</a></p>
<h2>
<a id="install" class="anchor" href="#install" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>install</h2>
<pre><code>npm install cose-js --save
</code></pre>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">cose-js maintained by <a href="https://github.com/erdtman">erdtman</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>