Skip to content

This project provides some Web Components built for usage in combination with the flinkey API.

License

Notifications You must be signed in to change notification settings

PlanBGmbH/flinkey-web-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flinkey Web Components

Build & Publish Package npm version License: MIT

Table of contents

Introduction

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.

Getting started

Installation

npm install @planbgmbh/flinkey-web-components

Usage example

Globals.customerId = 1;
Globals.apiKey = 'SomeApiKey';
Globals.token = 'ey123';
Globals.apiBaseUrl = 'https://api.flinkey.de/v3';
<flinkey-keyfob-catalog></flinkey-keyfob-catalog>

Contributing

Please read through our contributing guidelines.

Versioning

Maintained under the Semantic Versioning guidelines.