TelegramBot/commands
DaviDev bcbc6a07f3 feat: Add weather command using weather.com API
This commit introduces a new command that allows users to check the weather forecast. The command retrieves weather data from the weather.com API and provides relevant information to users.

# Command:
/weather <city>

Example usage:
/weather New York

Technical details: Implementation of the weather command using the weather.com API in English.
2024-09-08 21:17:15 +00:00
..
admin.js Better error handling + more commands + code optimization 2024-08-30 21:12:38 -03:00
crew.js Update crew.js 2024-09-08 00:21:38 -03:00
fun.js Unnecessary split code removed + update swlib commit 2024-08-31 21:23:30 -03:00
gsmarena.js Update gsmarena.js 2024-09-08 11:27:19 -03:00
info.js GSMArena scraper + minor code changes 2024-09-06 21:56:19 -03:00
lastfm.js Fixed Lastfm status 2024-09-08 10:18:42 -03:00
main.js Unnecessary split code removed + update swlib commit 2024-08-31 21:23:30 -03:00
weather.js feat: Add weather command using weather.com API 2024-09-08 21:17:15 +00:00