A sample temporal.io application that posts a daily tweet with a random pun and emoji daily.
- Make sure Temporal Server is running locally (see the quick install guide).
npm install
to install dependencies.npm run worker
to start the Worker.- In another shell,
npm run workflow
to run the Workflow.
See temporal.io for general information and docs.temporal.io for developer documentation.