Simple Flash weather API
Github link
Get data using http GET request
Access weather data in certain time range by sending GET request to https address of: https://dat...
outdoor_temperature Time range latest humidity Time range latest dewpoint ...
Access data using websockets
Sample websockets usage in javascript: const socket = io.connect('https://dataapi.vaclavlepic.co...