maxdome


  • 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
  • ```javascript const cache = require('@maxdome/cache')(client);

    published 1.0.2 5 years ago
  • ## Get an asset without knowing the type

    published 1.0.3 5 years ago
  • Common Styles

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

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

    published 3.0.1 5 years ago
  • CLI for AWS Elastic Beanstalk deployments

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

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

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

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

    published 1.0.8 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
  • ``` 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
  • Provides check function for [`health`](http://npmjs.com/@maxdome/health) performing HTTP requests.

    published 1.1.1 5 years ago
  • Provides check function for [`health`](http://npmjs.com/@maxdome/health) checking MongoDB connection using [`mongoose`](https://www.npmjs.com/package/mongoose).

    published 2.0.1 5 years ago
  • Provides check function for [`health`](http://npmjs.com/@maxdome/health) checking MongoDB connection using [`mongoskin`](https://www.npmjs.com/package/mongoskin).

    published 1.0.1 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
  • ``` app.use('/info', require('@maxdome/info')()); ```

    published 3.0.9 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
  • published 1.0.0 7 years ago
  • Send CD / CI notifications from GitLab CI

    published 1.1.0 6 years ago
  • ## 1 hour 20 minutes in milliseconds

    published 1.4.4 5 years ago
  • ```bash npm i -g @maxdome/prettier ```

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

    published 3.0.2 5 years ago
show more packages