TfL 💖⭐️ STREAMING ❤️💖 API Client Demo 😋 👍

/BikePoint

Type: {{apiBikePoint.type}}
BikePoint Bikes available E-Bikes available Docks free
{{row.data.properties.name}} {{row.data.properties.available_bikes}} {{row.data.properties.available_ebikes}} {{row.data.properties.available_docks}}

/Occupancy/Carpark

Type: {{apiCarpark.type}}
CarPark Total Free Trend
{{row.data.properties.name}} {{row.data.properties.total}} {{row.data.properties.free}} {{row.data.properties.trend}}

/StopPoint/Departures

Type: {{apiDepartures.type}}
Stoppoint Departure Line Destination

/Weather

Type: {{apiWeather.type}}
Weather Temperature Pressure Humidity Wind Visibility
{{ apiWeather.data.weather[0].description }} {{ apiWeather.data.main.temp }}°C {{ apiWeather.data.main.pressure }}hPa {{ apiWeather.data.main.humidity }}% {{ apiWeather.data.wind.speed }}km/h {{ apiWeather.data.wind.deg }}° {{ apiWeather.data.visibility }}

/Weather/Airquality

Type: {{apiAirquality.type}}
Weather station Temp PM10 CO
{{row.data.properties.name}} {{row.data.properties.temp}} {{row.data.properties.pm10}} {{row.data.properties.co}}