Bump version and update Changes
[nethack-naodash.git] / web / index.html
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>NetHack.alt.org dashboards</title>
4 <meta name="viewport" content="width=device-width, initial-scale=1.0">
5 <style>
6 html {
7 color: #DDD;
8 background-color: #000;
9 padding: 1%;
10 line-height: 1.5;
11 }
12
13 a:link {
14 color: #66F;
15 text-decoration: none;
16 }
17
18 a:visited {
19 color: #84B;
20 }
21
22 code {
23 color: #90EE90;
24 }
25
26 dt {
27 font-weight: bold;
28 }
29 </style>
30
31 <p><strong>NAOdash</strong> is a service that analyzes <a href="https://nethackwiki.com/wiki/NetHack">NetHack</a> players' game data on the <a href="https://alt.org/nethack/">nethack.alt.org</a> public server and displays statistics.
32
33 <p>It can be used in several ways. In all cases below, USERNAME is your NAO username.
34
35 <dl>
36 <dt>Website
37 <dd>Go to /dash/USERNAME. <a href="/dash/mgv">Example</a>.
38
39 <dt>CLI program
40 <dd>Install the <code>App::NAOdash</code> module using your favourite CPAN client, for example by running <code>cpanm --sudo App::NAOdash</code> or <code>sudo cpan App::NAOdash</code>.
41 <p>You can then run <code>naodash USERNAME</code>.
42
43 <dt>JSON API
44 <dd>Go to /json/USERNAME. <a href="/json/mgv">Example</a>.
45
46 <dt>Perl module
47 <dd>Install the <code>NetHack::NAOdash</code> module using your favourite CPAN client. <a href="https://metacpan.org/pod/NetHack::NAOdash">Link to documentation</a>.
48 </dl>
This page took 0.023619 seconds and 5 git commands to generate.