Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 510 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 510 Bytes

Node.js Example

This is a simple web app that accesses the xmlstats API using Node.js.

Requirements

To run this example app, you will need Node 0.10.x or later and an xmlstats account.

Getting Started

Clone the repository.

Install Dependencies

npm install

Configure

Specify your API access token and e-mail address in config.json.

Run

node index.js

Point your web browser to http://localhost:8000.