Skip to content

Commit 812f794

Browse files
committed
added stamd to website
1 parent a20182e commit 812f794

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
<a href="https://github.com/annotation/stam-python">Python Library</a> |
289289
<a href="https://stam-python.readthedocs.io">Python API Docs</a> |
290290
<a href="https://github.com/annotation/stam-tools">STAM Tools</a>
291+
<a href="https://github.com/annotation/stamd">Webservice</a>
291292
</nav>
292293
</div>
293294
<div id="cover">
@@ -354,6 +355,9 @@ <h2>Practical Tooling</h2>
354355
<li><a href="https://github.com/annotation/stam-tools">stam-tools</a> is a set of command-line tools to work with STAM.
355356
<pre class="inline"><strong>$</strong> cargo install stam-tools</pre>
356357
</li>
358+
<li><a href="https://github.com/annotation/stamd">stamd</a> is a webservice that allow working with STAM via a RESTful Web API.
359+
<pre class="inline"><strong>$</strong> cargo install stamd</pre>
360+
</li>
357361
</ul>
358362

359363
<p>

0 commit comments

Comments
 (0)