Jacqueline James
Jacqueline James
Hi Peter, If I understand correctly, the goal is to modify this ```python import requests url = "https://api.quartz.solar/v0/solar/GB/national/forecast?historic=true&" r = requests.get(url=url,headers={"Authorization": "Bearer "+access_token}) data = r.json() ``` to also accommodate...
I'm not too familiar with React but I gave it a try and I've come up with this. It's a script consists of three main parts: 1.**Data Fetching and Handling**:...
I can create a pull request for the files, should I put them in quartz-frontend/apps/ ? Also, this is designed as a stand-alone application, is that ok or did you...
Hi @[braddf](https://github.com/braddf), No worries at all — I completely understand how things can get pushed down the list, and I really appreciate you circling back and taking the time to...