Nu Flow Weather Data API
A simple dummy weather data endpoint for testing and evaluation purposes. Use freely with no warranty or expection of support.
Available Endpoints
- /swagger-ui — Interactive Swagger UI for API documentation and testing.
- /cities — Returns a list of available cities.
- /weather?cityCode=code — Returns weather data for the city specified by the
cityCode
query parameter.