civictechsweden / JagVillHaVaccin

A website to show available times in vaccination centers across Sweden
https://jagvillhavaccin.nu
GNU Affero General Public License v3.0
17 stars 4 forks source link

Implement temporary solution for VGR #2

Closed peterk closed 3 years ago

peterk commented 3 years ago

Until the official API is released, implement a temporary web scraping solution for Västra götalandsregionen (VGR)

PierreMesure commented 3 years ago

I would prefer to wait as the webpage shows data in a different format (">100 doser" instead of the exact amount, no date) so that would be require adapting the frontend to this new data.

Apparently, the API will be closer to VMD's format. (see #3)

PierreMesure commented 3 years ago

The API is now used to fetch data from VGR but I'll leave this issue open as VGR is showing more data through its page than its API... 😅

PierreMesure commented 3 years ago

Now I also implemented fetching from the webpage although the data is not used by JVHV yet.