Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 294 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 294 Bytes

node-bgg-api

Thin proxy with caching for the BGG XMLAPI2 http://boardgamegeek.com/wiki/page/BGG_XML_API2

Build and run

Clone locally and run:

npm install
coffee index.coffee

If coffee doesn't work for you, install coffeescript with npm install coffee-script -g