This project provides some Web Components built for usage in combination with the flinkey API. The reason to build these collection of Web Components was that some functionality is provided via flinkey API only but there is no pre-built UI for that functionality anywhere. Therefore each customer of WITTE Digital needs to build their own UI that consumes these specific endpoints.
npm install @planbgmbh/flinkey-web-components
Globals.customerId = 1;
Globals.apiKey = 'SomeApiKey';
Globals.token = 'ey123';
Globals.apiBaseUrl = 'https://api.flinkey.de/v3';
<flinkey-keyfob-catalog></flinkey-keyfob-catalog>
Please read through our contributing guidelines.
Maintained under the Semantic Versioning guidelines.