Last time, we combined our example sketches into a functioning temperature sensor and refactored the backend to receive temperature data. This time, let's get basic plotting working. To do that, we need to:
- Save temperature data on the backend
- Implement an API for getting that data
- Write a client-side JavaScript app to plot the data with Chart.js
Here's our familiar diagram; we'll focus on the items marked with an orange star.