Skip to content

Commit 2fcca36

Browse files
authored
weather viewer: IDEA reference replaced with "JetBrains IDEs"
1 parent 737c13e commit 2fcca36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/projects/weather-viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ weight = 5
119119
- Поиск локаций по названию - [https://openweathermap.org/current#geocoding](https://openweathermap.org/current#geocoding)
120120
- Получение погоды по координатам локации - [https://openweathermap.org/current#one](https://openweathermap.org/current#one)
121121

122-
Первым делом следует поэкспериментировать с API вручную, чтобы понять как делать запросы, и что приходит в ответе. Сделать это можно в [HTTP клиенте](https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html) встроенном в Intellij IDEA, либо воспользоваться отдельным приложением, например Postman или [https://insomnia.rest/](https://insomnia.rest/).
122+
Первым делом следует поэкспериментировать с API вручную, чтобы понять как делать запросы, и что приходит в ответе. Сделать это можно в [HTTP клиенте](https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html) встроенном в среды JetBrains (IDEA/PyCharm), либо воспользоваться отдельным приложением, например Postman или [https://insomnia.rest/](https://insomnia.rest/).
123123

124124
### Интеграция OpenWeather API с приложением
125125

0 commit comments

Comments
 (0)