NOTE: The HEX TCG was shut down, so is this project.
A REST-like HTTP API for sales data for the HEX tcg built with node.js and koa.js
npm install
All configuration settings are accessible under config/index.js.
Configurable settings are:
- Port to run on
- Database connection details
I use knex.js for managing migrations, so you can run knex migrate:latest to migrate to the
latest version and knex migrate:rollback to roll-back the last migration.
npm run update starts downloading and inserting all auction house dumps into the specified database.
npm start starts the server on port 3000.