domtronn / game-cards

A node service to get Game information to populate business management style cards like in Trello.
0 stars 0 forks source link

Getting Started

npm install
cp config.json.example config.json

Update the config.json to include the two API keys for igdb.com and wall.alphacoders.

To get the API keys, create accounts and request an API key from them.

Local development

  1. Clone the repo
  2. npm install to get the dependencies
  3. Install nodemon globall if you haven't already (npm install -g nodemon)
  4. Run npm run develop (this will start the server and restart if any changes are detected)