# โ›… Weather Tool Server A sleek and simple FastAPI-based server to provide weather data using OpenAPI standards. ๐Ÿ“ฆ Built with: โšก๏ธ FastAPI โ€ข ๐Ÿ“œ OpenAPI โ€ข ๐Ÿงฐ Python --- ## ๐Ÿš€ Quickstart Clone the repo and get started in seconds: ```bash git clone https://github.com/open-webui/openapi-servers cd openapi-servers/servers/weather # Install dependencies pip install -r requirements.txt # Run the server uvicorn main:app --host 0.0.0.0 --reload ``` --- ## ๐Ÿ” About This server is part of the OpenAPI Tools Collection. Use it to fetch real-time weather information, location-based forecasts, and more โ€” all wrapped in a developer-friendly OpenAPI interface. Compatible with any OpenAPI-supported ecosystem, including: - ๐ŸŒ€ FastAPI - ๐Ÿ“˜ Swagger UI - ๐Ÿงช API testing tools --- ## ๐Ÿšง Customization Plug in your favorite weather provider API, tailor endpoints, or extend the OpenAPI spec. Ideal for integration into AI agents, automated dashboards, or personal assistants. --- ## ๐ŸŒ API Documentation Once running, explore auto-generated interactive docs: ๐Ÿ–ฅ๏ธ Swagger UI: http://localhost:8000/docs ๐Ÿ“„ OpenAPI JSON: http://localhost:8000/openapi.json --- Made with โค๏ธ by the Open WebUI community ๐ŸŒ Explore more tools โžก๏ธ https://github.com/open-webui/openapi-servers