@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,
});
General schema and response structure used for the Bilpp system
const Core = require('@bilpp/core');
const bilpp = new Core({
mongo_uri: process.env.MONGODB_URI,
gateway: process.env.GATEWAY_ADDRESS,
});
npm i @bilpp/core
10
1.1.99
ISC
70.8 kB
57