File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,6 @@ orderweather/
158158 - Checks orders where date has passed
159159 - Fetches actual weather from OpenWeatherMap
160160 - Compares with required conditions:
161- - Temperature ≥ 20°C
162- - No rain
163161
1641624 . ** Payment Finalization**
165163 - ** If conditions met** : Payment captured, order marked "fulfilled"
@@ -260,3 +258,24 @@ Pull requests are welcome. For major changes, please open an issue first to disc
260258## 📞 Support
261259
262260For issues or questions, please open an issue on GitHub.
261+ # orderweather
262+ Order weather is app where everyone can order specific weather in specific time and place
263+
264+
265+ OpenWeatherMap API key:
266+
267+ - Within the next couple of hours, your API key ba8dcc457360639fc97cd4ea1903ed1f will be activated and ready to use
268+ - You can later create more API keys on your account page
269+ - Please, always use your API key in each API call
270+
271+ Endpoint:
272+
273+ - Please, use the endpoint api.openweathermap.org for your API calls
274+
275+ Example of API call:
276+ api.openweathermap.org/data/2.5/weather?q=London,uk&APPID=ba8dcc457360639fc97cd4ea1903ed1f
277+
278+ Useful links:
279+
280+ - API documentation https://openweathermap.org/api
281+ - Details of your plan https://openweathermap.org/price
You can’t perform that action at this time.
0 commit comments