markusz


Markus Ziller

  • ``` 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
  • **Attention**: `@dnode/request-maxdome` will use several information from the `package.json` and add them to the headers. This makes it easier to identify the source of the request in the logs of maxdome if there are issues. The information which will be

    published 6.0.2 5 years ago
  • ## 1 hour 20 minutes in milliseconds

    published 1.4.4 5 years ago
  • ```javascript const transform = require('@maxdome/transform-mam-schema');

    published 0.1.2 7 years ago
  • ## Get an asset without knowing the type

    published 1.0.3 5 years ago
  • ```javascript require('@maxdome/exception-handling')({ logging }); ```

    published 1.0.1 5 years ago
  • ```javascript const redis = require('@maxdome/redis')(process.env.REDIS_URL);

    published 3.0.2 5 years ago
  • ```javascript const handler = require('@maxdome/handler');

    published 1.0.8 5 years ago
  • ```javascript const transformer = require('@maxdome/transformer-maxdome'); transformer.run(mmwAsset, 'schema.org'); ```

    published 1.2.8 5 years ago
  • ```javascript const Transformer = require('@maxdome/transformer');

    published 1.1.3 5 years ago
  • Common Styles

    published 2.26.0 7 years ago
  • CLI for AWS Elastic Beanstalk deployments

    published 2.1.4 6 years ago
  • ``` const healthChecks = { service1: 'https://service1.com/ping', service2: { method: 'POST', url: 'https://service2.com/ping' }, service3: { url: 'https://service3.com/ping', options: { headers: { 'Authorization': `Basic dXNlcjpwYXNz` } } }, };

    published 1.0.1 6 years ago
  • Send CD / CI notifications from GitLab CI

    published 1.1.0 6 years ago
  • ```javascript require('@maxdome/env'); ```

    published 1.1.2 5 years ago
  • ```javascript const duration = require('@maxdome/duration');

    published 3.0.1 5 years ago
  • ```javascript const throttle = require('@maxdome/throttle')();

    published 1.2.1 5 years ago
  • Provides an `/health` endpoint response with the health of the app in the [Spring Boot format](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-monitoring.html#production-ready-health-access-restrictions).

    published 2.1.1 5 years ago
  • Provides check function for [`health`](http://npmjs.com/@maxdome/health) performing HTTP requests.

    published 1.1.1 5 years ago
  • ```javascript (async () => { process.env = Object.assign(await require('@maxdome/ssm')(), process.env); })(); ```

    published 1.0.1 5 years ago
show more packages