systemet

Get data from Systembolaget

Usage no npm install needed!

<script type="module">
  import systemet from 'https://cdn.skypack.dev/systemet';
</script>

README

systemet

Build status NPM version XO code style

Get data from Systembolaget

See Systembolaget's Allmänna Villkor for usage terms.

Installation

Install systemet using npm:

npm install --save systemet

Usage

Module usage

var systemet = require('systemet');

systemet.products()
    .then(products => {
        // ...
    });

systemet.stores()
    .then(stores => {
        // ...
    });

API

products()

Returns: Promise<Array>

stores()

Returns: Promise<Array>

License

MIT © Joakim Carlstein