Documentation
If you are looking for a more in-depth guide and reference for the Tomorrow.io API, please refer to the
Tomorrow.io API documentation.
Getting started with Tomorrow.io Qodex collection
- Sign up with Tomorrow.io to get a set of API keys that are required for interacting with the API.
- Import Tomorrow.io Qodex Collection to your workspace.
- Add your apikey that you grabbed from our Tomorrow.io Development Section to the envrioment variables.
- Change the query/path/body parameters by going to the
Pre-request Script
tab and modifying them.
- Click
Send
.
Collection APIs
- Weather Forecast
- Realtime Weather
- Weather Recent History
- Weather Timeline
- Weather Tiles
- Historical Weather
- Climate
- Route
- Events
- Locations
- Insights
- Alerts
- Testers
Useful Tools
JSON to CSV can be used to transform a timeline to an CSV - just make sure to flatten the values before using the one-liner js code below and change RESPONSE to the one you got from our API.
Plotly Chart Studio can be used to plot the data points. Simply convert a response to .csv (as mentioned above), import, inspect and share.
Webhook Tester can be used for receiving webhook calls. Generate a webhook url on this site and use that url in the developers section to get alert notifications.
Contribute
You can contribute to this project by forking the collection and submit a PR.