Uses the Trade Me API to load raffels .
- Clone the repository
- Ensure node and npm are installed
- Open a commandline/terminal in the root directory
- Run
npm install
to install all dependencies - Copy and edit config.example.json
cp config.example.json config.json
and make sure you set your consumer secret & key - Ensure nodemon is installed `npm install nodemon -g'
- Run
nodemon
to start the server - Browse the app at localhost:3000