dimified


Dimitri Reifschneider

  • Loads the given and existing .yml files

    published 1.1.0 8 years ago
  • Initialized cors middlewares for the maxdome devices

    published 2.9.5 7 years ago
  • Loads the AppDyanmics Node.js Agent if a profile is configured

    published 1.0.2 8 years ago
  • Loads the config files if available depending on the environment

    published 3.2.0 7 years ago
  • Provide healthcheck routes for load balancers and debugging

    published 2.3.0 6 years ago
  • Provide info routes for debugging

    published 3.0.1 6 years ago
  • Returns configured winston logger instances

    published 1.1.0 7 years ago
  • Returns configured winston logger instances without any transports

    published 1.1.0 7 years ago
  • Initialize PM2 with the right options

    published 2.1.0 8 years ago
  • Includes all NPM packages for an app in a maxdome node environment

    published 6.4.1 6 years ago
  • Initialize swagger documentation under '/api-docs' the UI under '/docs'

    published 2.1.0 7 years ago
  • Initialize express with the right port and a /ping route

    published 1.2.1 7 years ago
  • Dumpinator 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 ago
  • Provide express like API and using middlewares for AWS Lambda

    published 2.0.2 7 years ago
  • published 1.0.0 7 years ago
  • ``` app.use(require('@maxdome/cors')()); ```

    published 1.0.8 5 years ago
  • ``` app.use('/info', require('@maxdome/info')()); ```

    published 3.0.9 5 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
  • ## The controller

    published 1.1.5 5 years ago
  • ``` app.use('/docs', require('@maxdome/swagger')()); app.get('/', (req, res) => { res.redirect('/docs/'); }); ```

    published 4.1.7 5 years ago
  • ``` const app = require('@maxdome/express')();

    published 2.1.6 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
  • ```bash npm i -g @maxdome/prettier ```

    published 1.3.3 5 years ago
  • ## Simplest usage

    published 1.3.4 5 years ago
show more packages