Progress bar
Install
npm install rb-progress-bar
Usage
var progress = ; //to init the progress barprogress;//id = id of the element in the dom to which the progress bar will be attached, send null to attach to the body //to start at some valueprogressstart30; //to end the progress bar progess;