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

Fetch data from Region Västerbotten and Västmanland #14

Closed PierreMesure closed 3 years ago

PierreMesure commented 3 years ago

Problem

Region Västerbotten and Västmanland both use 1177 for all their bookings so this one could be solved by #10.

Solution

However, if 1177 took too much time to release their data, we could scrape it directly from the really nice pages that they have:

It's not the same data so that would require us to adapt the website to only show a day instead of an exact time. For now, it's probably best to link to their webpages.

PierreMesure commented 3 years ago

This is almost finished thanks to @Mehran-Attar! 🙏🏼

I added the logic you wrote in the backend so you can already see the times on the website. But since the data format is slightly different, they are shown in a weird way and displaying times as midnight. I'll try to fix this in the coming days!