X-Git-Url: http://git.ieval.ro/?p=nethack-naodash.git;a=blobdiff_plain;f=web%2Findex.html;fp=web%2Findex.html;h=29e301959dfd572831f7b14e22829da91beed8dd;hp=0000000000000000000000000000000000000000;hb=42f966d60ef1754a7363522d04bff5d0f7919113;hpb=49bfce9d5386b4c3b36b93b72475b0766dd83307 diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..29e3019 --- /dev/null +++ b/web/index.html @@ -0,0 +1,48 @@ + + +NetHack.alt.org dashboards + + + +

NAOdash is a service that analyzes NetHack players' game data on the nethack.alt.org public server and displays statistics. + +

It can be used in several ways. In all cases below, USERNAME is your NAO username. + +

+
Website +
Go to /dash/USERNAME. Example. + +
CLI program +
Install the App::NAOdash module using your favourite CPAN client, for example by running cpanm --sudo App::NAOdash or sudo cpan App::NAOdash. +

You can then run naodash USERNAME. + +

JSON API +
Go to /json/USERNAME. Example. + +
Perl module +
Install the NetHack::NAOdash module using your favourite CPAN client. Link to documentation. +