Building maxdome requests step by step in a modularized way
Combines multiple Swagger schemas into one dereferenced schema
```bash npm i -g @maxdome/prettier ```
Generic Maxdome ESLint configuration
**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
[](DEPENDENCIES.md)
Provides check function for [`health`](http://npmjs.com/@maxdome/health) performing HTTP requests.
CLI for AWS Elastic Beanstalk deployments
Building requests step by step in a modularized way
## 1 hour 20 minutes in milliseconds
``` app.use(require('@maxdome/logging-middleware')({ logging, options, })); ```
``` app.use('/docs', require('@maxdome/swagger')()); app.get('/', (req, res) => { res.redirect('/docs/'); }); ```
```javascript const transformer = require('@maxdome/transformer-maxdome'); transformer.run(mmwAsset, 'schema.org'); ```
[](https://travis-ci.org/dragonprojects/ai-renderer-maxdome) [](https://davi
``` const logging = require('@maxdome/logging')({ level: process.env.LOG_LEVEL }); const serverLogger = logging('server'); ```
``` app.use('/info', require('@maxdome/info')()); ```
``` app.use(require('@maxdome/cors')()); ```
``` const app = require('@maxdome/express')();
```javascript const redis = require('@maxdome/redis')(process.env.REDIS_URL);
## The controller
``` const httpAuth = require('@maxdome/http-auth')({ user: process.env.HTTP_AUTH_USER, password: process.env.HTTP_AUTH_PASSWORD, }); ```
## Simplest usage
Provides check function for [`health`](http://npmjs.com/@maxdome/health) checking MongoDB connection using [`mongoose`](https://www.npmjs.com/package/mongoose).
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).