JavaScript version of the Python3 module of the same name
npm install teapot-toolsjsIn order to use this, you must have the appropriate browser driver in your path. Supported browsers are: chrome, firefox, internet exlporer, and opera.
``javascript
const TeapotTools = require('teapot-toolsjs');
let tt = new TeapotTools('firefox'); //Make sure to use a supported browser
tt.rotate(180); // Rotate the teapot to 180 degrees
tt.pour(); // Pour out the tea
tt.unpour(); // Stop pouring the tea.
``