Packages 49
Loads the AppDyanmics Node.js Agent if a profile is configured
published 1.0.2 7 years agoLoads the config files if available depending on the environment
published 3.2.0 6 years agoProvide healthcheck routes for load balancers and debugging
published 2.3.0 6 years agoReturns configured winston logger instances without any transports
published 1.1.0 7 years agoIncludes all NPM packages for an app in a maxdome node environment
published 6.4.1 6 years agoInitialize swagger documentation under '/api-docs' the UI under '/docs'
published 2.1.0 7 years agoInitialize express with the right port and a /ping route
published 1.2.1 7 years agoDumpinator is an automated QA tool for REST APIs. Its mission is to compare a list of HTTP Response Headers & Bodies in different environments & versions. The current version was developed as a development tool that quickly generates API response diffs th
published 0.1.0 7 years agoProvide express like API and using middlewares for AWS Lambda
published 2.0.2 7 years ago- published 1.0.0 6 years ago
``` const httpAuth = require('@maxdome/http-auth')({ user: process.env.HTTP_AUTH_USER, password: process.env.HTTP_AUTH_PASSWORD, }); ```
published 1.0.7 5 years ago``` app.use('/docs', require('@maxdome/swagger')()); app.get('/', (req, res) => { res.redirect('/docs/'); }); ```
published 4.1.7 5 years ago``` const logging = require('@maxdome/logging')({ level: process.env.LOG_LEVEL }); const serverLogger = logging('server'); ```
published 2.1.2 5 years ago``` app.use(require('@maxdome/logging-middleware')({ logging, options, })); ```
published 2.1.2 5 years ago