This is a simple web app that accesses the xmlstats API using Node.js.
To run this example app, you will need Node 0.10.x or later and an xmlstats account.
Clone the repository.
npm install
Specify your API access token and e-mail address in config.json
.
node index.js
Point your web browser to http://localhost:8000.