@bilpp/core

General schema and response structure used for the Bilp system

Usage no npm install needed!

<script type="module">
  import bilppCore from 'https://cdn.skypack.dev/@bilpp/core';
</script>

README

@bilpp/core package

General schema and response structure used for the Bilpp system

Usage Examples

const Core = require('@bilpp/core');

const bilpp = new Core({
    mongo_uri: process.env.MONGODB_URI,
    gateway: process.env.GATEWAY_ADDRESS,
});