Today we are releasing oh-dear-api-examples a brand-new open-source repository on GitHub. It curates bite-size scripts, helpers and ideas for helping you bulk-manage your Oh Dear account via the API. https://github.com/ohdearapp/oh-dear-api-examples How it works Installation in under a minute just following the README.md or: git clone https://github.com/ohdearapp/oh-dear-api-examples.git cd oh-dear-api-examples cp .env.example .env npm install Just clone → npm install → start interacting ...