Transforms your images into anaglyph-looking images
published version 1.0.1, 8 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 version 6.0.2, 6 years ago## 1 hour 20 minutes in milliseconds
published version 1.4.4, 6 years ago```javascript const transform = require('@maxdome/transform-mam-schema');
published version 0.1.2, 8 years ago```javascript require('@maxdome/exception-handling')({ logging }); ```
published version 1.0.1, 6 years ago```javascript const redis = require('@maxdome/redis')(process.env.REDIS_URL);
published version 3.0.2, 6 years ago```javascript const handler = require('@maxdome/handler');
published version 1.0.8, 6 years ago```javascript const transformer = require('@maxdome/transformer-maxdome'); transformer.run(mmwAsset, 'schema.org'); ```
published version 1.2.8, 6 years ago```javascript const Transformer = require('@maxdome/transformer');
published version 1.1.3, 6 years agoUse faker.js in Artillery loadtest configurations
published version 5.0.2, a year agoCLI for AWS Elastic Beanstalk deployments
published version 2.1.4, 7 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 version 1.0.1, 7 years ago```javascript const duration = require('@maxdome/duration');
published version 3.0.1, 6 years ago```javascript const throttle = require('@maxdome/throttle')();
published version 1.2.1, 6 years agoProvides 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 version 2.1.1, 6 years agoProvides check function for [`health`](http://npmjs.com/@maxdome/health) performing HTTP requests.
published version 1.1.1, 6 years ago```javascript (async () => { process.env = Object.assign(await require('@maxdome/ssm')(), process.env); })(); ```
published version 1.0.1, 6 years ago```javascript const cache = require('@maxdome/cache')(client);
published version 1.0.2, 6 years ago