Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 434 Bytes

File metadata and controls

11 lines (9 loc) · 434 Bytes

NovaLabs Instructor FormBot

This is a webapp written in Node.js which automates the process of filling out instructor Reimbursement Forms at NovaLabs.

Installation

  1. Install Node.js and NPM
  2. In the project directory, run npm i -D to install dependencies
  3. Copy config.json file with required API keys
  4. Build with npm run build
  5. Launch with ./run.sh or npm start
  6. Default endpoint is HTTP at localhost:8080