Diesel - my next mini project

2022-04-14 | 66 words

I made a mini project just for fun - diesel - it shows the current fuel prices at my two favorite gas stations. How does it work?

On the frontend (Azure Static Web App), there is a Vue3 application (which took me the most work) that fetches JSON data from an Azure Web Service, where a Flask Python application runs to scrape data from web pages.

Screenshot of the diesel application