Web Programming with Primora
Primora can interact with web APIs and automate web tasks.
Fetching Data
fetch url("https://api.example.com/data") as data
echo data
Automation
automate "click" on "#submit-button"
email to user@example.com subject "Hello" body "This is a test."
Next: Data Science or Dictionary