An extremely simple Inquirer based interactive command line interface for saving morning stand-ups to a database via requests to a stand-up web API.
This project was used as a learning tool for interactive command line intefaces.
$ npm i$ cd stand-up-visualisation-cli
$ node app.jsRuns the app with the defualt stand-up API address http://localhost:3000/v1
Configuration options and their node environment variables are detailed below (these can also be found in config/config.js).
- api:
process.env.API

