Breakfast Info
This workflow is taking a location through coordinates (latitude, longitude) and providing daily news and weather information for it. It is just meant as a showcase so the end result is not very useful. All information is provided by open weather map, google maps and news api.
Quickstart
- Create the necessary secrets in the secrets section
- Create an account on open weather map and copy the token into
WEATHER_API_KEY
- Create an account on google maps and copy the token into
GOOGLE_API_KEY
- Create an account on news api and copy the token into the secret
NEWS_API_KEY
- Create aws credentials that are scoped to ses and copy them into the secrets
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
- Create an account on open weather map and copy the token into
- Go to deployments and create a new deployment
- Enter any name, e.g.
breakfast-info-example
- Enter as source repoUrl:
github.com/Edurata/edurata-workflows
and pathexamples/breakfast-info.eduwc.yml
and refmain
- Save and deploy
- Enter any name, e.g.
Showcase of features
- Using a generic function
axios
to call several APIs - Using secrets