Scripting
Building a Bloomr stream is writing Javascript scripts, which will be ran on our infrastructure.
Just describe in plain JS (Typescript, actually) what information you're interested in, and we'll take in charge the hosting and execution.
No dev tools to setup, no deployments, no servers, no devops. You will just have to consume the data using whatever method you see fit.
This section describes all you need to know about how to create a Bloomr script, and what data is made available to you throught scripts.
If you just want to figure it out yourself from typescript types, jump directly to the runtime types section