Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

MrKrisKrisu/toilet-paper-availability

Repository files navigation

Toiletpaper Availability

Codacy Badge

alt text

Because of COVID-19, people are buying a lot more toilet paper then normal. It's weird, but they do. This application will help you to find nearby drug stores where toilet paper is available.

https://klopapier-verfuegbarkeit.de/

Installation

You'll need Composer and PHP >= 7.3.

Just pull the repo and run the following commands:

  • composer install
  • php artisan key:generate
  • wget -O database/seeders/dmstores.json https://store-data-service.services.dmtech.com/stores/bbox/49.091271000000745%2C7.276695738013274%2C49.002137000001056%2C9.56446326198315
  • php artisan migrate --seed
  • php artisan tpa:fetch

To pull the data you need to set up a cronjob which will call php artisan schedule:run every minute.

Contributors

Thanks to HerrLevin for helping me to find a list of all drug stores