Skip to content

Commit 97ab345

Browse files
authored
Merge branch 'main' into copilot/create-react-node-app
2 parents bd4c616 + 876a7ab commit 97ab345

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff 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

164162
4. **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

262260
For 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

0 commit comments

Comments
 (0)