npm downloads
Analyze and visualize download stats for npm packages and authors.
Analyze and visualize download stats for npm packages and authors.
Analyze and visualize download stats for npm packages and authors.
Analyze and visualize download stats for npm packages and authors.
Showing npm packages maintained by this author. Pick a package to open detailed download analytics.
Check the licenses of the installed dependencies
```bash npm i -g @maxdome/prettier ```
[](https://david-dm.org/dragonprojects/mxd-heimdall) [](https://david-dm.org/dragonpro
**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
```javascript const transformer = require('@maxdome/transformer-maxdome'); transformer.run(mmwAsset, 'schema.org'); ```
``` app.use('/info', require('@maxdome/info')()); ```
Building maxdome requests step by step in a modularized way
Framework to develop modular and testable Node.js applications
``` app.use('/docs', require('@maxdome/swagger')()); app.get('/', (req, res) => { res.redirect('/docs/'); }); ```
## The controller
``` app.use(require('@maxdome/cors')()); ```
Bundle with services to develop applications with Redis
``` const app = require('@maxdome/express')();
``` const logging = require('@maxdome/logging')({ level: process.env.LOG_LEVEL }); const serverLogger = logging('server'); ```
Bundle with services to develop serverside rendered applications with swig
Bundle with services to develop applications with MongoDB
## 1 hour 20 minutes in milliseconds
[](https://david-dm.org/dnode/dredis) [](https://david-dm.org/dnode/dredis#info=devDependencies)
Send CD / CI notifications from GitLab CI
Building requests step by step in a modularized way
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).
``` app.use(require('@maxdome/logging-middleware')({ logging, options, })); ```
## Simplest usage
Bundle with services to develop applications with Socket.IO
Initialize swagger documentation under '/api-docs' the UI under '/docs'
``` const httpAuth = require('@maxdome/http-auth')({ user: process.env.HTTP_AUTH_USER, password: process.env.HTTP_AUTH_PASSWORD, }); ```
Loads the config files if available depending on the environment
CLI for AWS Elastic Beanstalk deployments
```javascript const redis = require('@maxdome/redis')(process.env.REDIS_URL);
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
[](https://travis-ci.org/dragonprojects/ai-renderer-maxdome) [](https://davi
Provide express like API and using middlewares for AWS Lambda
Initialize express with the right port and a /ping route
Bundle with services to develop applications with express
```javascript const Transformer = require('@maxdome/transformer');
Provide info routes for debugging
Initialize an express app without 'x-powered-by' header listen on PORT
Start processes depending on the environment variable 'WEB_CONCURRENCY' or the available processors
Provides check function for [`health`](http://npmjs.com/@maxdome/health) performing HTTP requests.
Provide healthcheck routes for load balancers and debugging
Initialized cors middlewares for the maxdome devices
Initialize PM2 with the right options
Bundle with service to get the posts and the users from wordpress
Authentication depending on the environment variables 'DHTTP_AUTH_USER' and 'DHTTP_AUTH_PASSWORD'
```javascript const handler = require('@maxdome/handler');
Initialize New Relic depending on the environment variable 'NEW_RELIC_LICENSE_KEY'
## Get an asset without knowing the type
```javascript require('@maxdome/env'); ```
[](https://david-dm.org/dragonprojects/mxd-search-command) [](https://david-dm.or
Showing 50 of 106 packages
Analyze and visualize download stats for npm packages and authors.
Showing npm packages maintained by this author. Pick a package to open detailed download analytics.
Check the licenses of the installed dependencies
```bash npm i -g @maxdome/prettier ```
[](https://david-dm.org/dragonprojects/mxd-heimdall) [](https://david-dm.org/dragonpro
**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
```javascript const transformer = require('@maxdome/transformer-maxdome'); transformer.run(mmwAsset, 'schema.org'); ```
``` app.use('/info', require('@maxdome/info')()); ```
Building maxdome requests step by step in a modularized way
Framework to develop modular and testable Node.js applications
``` app.use('/docs', require('@maxdome/swagger')()); app.get('/', (req, res) => { res.redirect('/docs/'); }); ```
## The controller
``` app.use(require('@maxdome/cors')()); ```
Bundle with services to develop applications with Redis
``` const app = require('@maxdome/express')();
``` const logging = require('@maxdome/logging')({ level: process.env.LOG_LEVEL }); const serverLogger = logging('server'); ```
Bundle with services to develop serverside rendered applications with swig
Bundle with services to develop applications with MongoDB
## 1 hour 20 minutes in milliseconds
[](https://david-dm.org/dnode/dredis) [](https://david-dm.org/dnode/dredis#info=devDependencies)
Send CD / CI notifications from GitLab CI
Building requests step by step in a modularized way
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).
``` app.use(require('@maxdome/logging-middleware')({ logging, options, })); ```
## Simplest usage
Bundle with services to develop applications with Socket.IO
Initialize swagger documentation under '/api-docs' the UI under '/docs'
``` const httpAuth = require('@maxdome/http-auth')({ user: process.env.HTTP_AUTH_USER, password: process.env.HTTP_AUTH_PASSWORD, }); ```
Loads the config files if available depending on the environment
CLI for AWS Elastic Beanstalk deployments
```javascript const redis = require('@maxdome/redis')(process.env.REDIS_URL);
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
[](https://travis-ci.org/dragonprojects/ai-renderer-maxdome) [](https://davi
Provide express like API and using middlewares for AWS Lambda
Initialize express with the right port and a /ping route
Bundle with services to develop applications with express
```javascript const Transformer = require('@maxdome/transformer');
Provide info routes for debugging
Initialize an express app without 'x-powered-by' header listen on PORT
Start processes depending on the environment variable 'WEB_CONCURRENCY' or the available processors
Provides check function for [`health`](http://npmjs.com/@maxdome/health) performing HTTP requests.
Provide healthcheck routes for load balancers and debugging
Initialized cors middlewares for the maxdome devices
Initialize PM2 with the right options
Bundle with service to get the posts and the users from wordpress
Authentication depending on the environment variables 'DHTTP_AUTH_USER' and 'DHTTP_AUTH_PASSWORD'
```javascript const handler = require('@maxdome/handler');
Initialize New Relic depending on the environment variable 'NEW_RELIC_LICENSE_KEY'
## Get an asset without knowing the type
```javascript require('@maxdome/env'); ```
[](https://david-dm.org/dragonprojects/mxd-search-command) [](https://david-dm.or
Showing 50 of 106 packages