-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (26 loc) · 779 Bytes
/
index.html
File metadata and controls
35 lines (26 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<body>
<div style="padding:5em;">
<h3>bbop-manager-minerva</h3>
<p>
Manager for handling communication and callbacks with a
Minerva instances (mediated by Barista).
</p>
<p>
<a href="https://github.com/berkeleybop/bbop-manager-minerva"
class="button"><span>View repo GitHub</span></a>
</p>
<p>
<a href="http://berkeleybop.github.io/bbop-manager-minerva/doc/index.html">API</a>
</p>
<p>
<a href="https://www.npmjs.com/package/bbop-manager-minerva">NPM</a>
</p>
<footer>
bbop-manager-minerva is maintained by
<a href="https://github.com/berkeleybop">Berkeley BOP</a> &
<a href="https://github.com/kltm">kltm</a><br>
</footer>
</div>
</body>
</html>