@bilpp/core
v1.1.99
Published
General schema and response structure used for the Bilp system
Downloads
112
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,
});