oscarb pad

Guides, resources, notes, docs and knowledge for everything Oscar.

Tags

Node.js

Automating restarts

nodemon

Installation

npm i nodemon -g

Usage

nodemon server.js

Automating browser refresh

LiveReload

Logging

node-bunyan - a simple and fast JSON logging module for node.js services

Testing

Force successful tests before commit

npm i pre-commit --save-dev

Making requests

Try axiom, see https://www.valentinog.com/blog/http-requests-node-js-async-await/

Resources