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.