/openhome-scheduler

Primary LanguageJavaScriptMIT LicenseMIT

Open home scheduler

Uses the Trade Me API to show your open home schedule.

Installation

  1. Clone the repository
  2. Ensure node and npm are installed
  3. Open a commandline/terminal in the root directory
  4. Run npm install to install all dependencies
  5. Copy and edit config.example.json cp config.example.json config.json and make sure you set your consumer secret & key
  6. Ensure nodemon is installed `npm install nodemon -g'
  7. Run nodemon to start the server
  8. Browse the app at localhost:3000