Skip to content

DosMaster/systembolaget-data

 
 

Repository files navigation

Systembolaget Data

Github Github Github

Systembolaget removed their official api for products, this is a workaround.

Currently used by: https://alkolist.github.io/

Website repo: https://github.com/alkolist/alkolist.github.io

Paths:

/v1/products includes ALL products and some information about them.

https://susbolaget.emrik.org/v1/products (≈56 MB)

Install:

# docker-compose.yml

services:
  systembolaget-data:
    image: ghcr.io/c4illin/systembolaget-data:main
    container_name: systembolaget-data
    restart: unless-stopped
    ports:
      - 3000:3000

About

🍺 API for Systembolaget's Products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • Dockerfile 2.8%