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.
```bash npm i -g @maxdome/prettier ```
**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')()); ```
Validates Google Play purchases and subscriptions live via the play store to find out about current subscription details.
## The controller
``` const app = require('@maxdome/express')();
``` app.use(require('@maxdome/cors')()); ```
``` app.use('/docs', require('@maxdome/swagger')()); app.get('/', (req, res) => { res.redirect('/docs/'); }); ```
``` const logging = require('@maxdome/logging')({ level: process.env.LOG_LEVEL }); const serverLogger = logging('server'); ```
## 1 hour 20 minutes in milliseconds
Small node utility to export a whole bucket with all keys from riak into a file
Send CD / CI notifications from GitLab CI
## Simplest usage
Small node utility to delete bucket entries by using a regex.
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, })); ```
A lightweight module to determine the gender of a person using various strategies and sources
Initialize swagger documentation under '/api-docs' the UI under '/docs'
Loads the config files if available depending on the environment
``` const httpAuth = require('@maxdome/http-auth')({ user: process.env.HTTP_AUTH_USER, password: process.env.HTTP_AUTH_PASSWORD, }); ```
A lightweight module to purge Akamai Edge content using the CCU v2 API
```javascript const redis = require('@maxdome/redis')(process.env.REDIS_URL);
Initialize express with the right port and a /ping route
```javascript const Transformer = require('@maxdome/transformer');
CLI for AWS Elastic Beanstalk deployments
Provides check function for [`health`](http://npmjs.com/@maxdome/health) performing HTTP requests.
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
Provide info routes for debugging
Provide express like API and using middlewares for AWS Lambda
Initialize PM2 with the right options
Provide healthcheck routes for load balancers and debugging
Initialized cors middlewares for the maxdome devices
```javascript const handler = require('@maxdome/handler');
## Get an asset without knowing the type
```javascript require('@maxdome/env'); ```
```javascript require('@maxdome/exception-handling')({ logging }); ```
## The controller
```javascript const throttle = require('@maxdome/throttle')();
A server mocking the behavior of a riak server but with simple in memory storage. Once quit everything will be lost.
Returns configured winston logger instances
```javascript const duration = require('@maxdome/duration');
```javascript const transform = require('@maxdome/transform-mam-schema');
Loads the AppDyanmics Node.js Agent if a profile is configured
```javascript (async () => { process.env = Object.assign(await require('@maxdome/ssm')(), process.env); })(); ```
```javascript const cache = require('@maxdome/cache')(client);
Returns configured winston logger instances without any transports
Provides check function for [`health`](http://npmjs.com/@maxdome/health) checking MongoDB connection using [`mongoskin`](https://www.npmjs.com/package/mongoskin).
Common Styles
Showing 50 of 52 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.
```bash npm i -g @maxdome/prettier ```
**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')()); ```
Validates Google Play purchases and subscriptions live via the play store to find out about current subscription details.
## The controller
``` const app = require('@maxdome/express')();
``` app.use(require('@maxdome/cors')()); ```
``` app.use('/docs', require('@maxdome/swagger')()); app.get('/', (req, res) => { res.redirect('/docs/'); }); ```
``` const logging = require('@maxdome/logging')({ level: process.env.LOG_LEVEL }); const serverLogger = logging('server'); ```
## 1 hour 20 minutes in milliseconds
Small node utility to export a whole bucket with all keys from riak into a file
Send CD / CI notifications from GitLab CI
## Simplest usage
Small node utility to delete bucket entries by using a regex.
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, })); ```
A lightweight module to determine the gender of a person using various strategies and sources
Initialize swagger documentation under '/api-docs' the UI under '/docs'
Loads the config files if available depending on the environment
``` const httpAuth = require('@maxdome/http-auth')({ user: process.env.HTTP_AUTH_USER, password: process.env.HTTP_AUTH_PASSWORD, }); ```
A lightweight module to purge Akamai Edge content using the CCU v2 API
```javascript const redis = require('@maxdome/redis')(process.env.REDIS_URL);
Initialize express with the right port and a /ping route
```javascript const Transformer = require('@maxdome/transformer');
CLI for AWS Elastic Beanstalk deployments
Provides check function for [`health`](http://npmjs.com/@maxdome/health) performing HTTP requests.
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
Provide info routes for debugging
Provide express like API and using middlewares for AWS Lambda
Initialize PM2 with the right options
Provide healthcheck routes for load balancers and debugging
Initialized cors middlewares for the maxdome devices
```javascript const handler = require('@maxdome/handler');
## Get an asset without knowing the type
```javascript require('@maxdome/env'); ```
```javascript require('@maxdome/exception-handling')({ logging }); ```
## The controller
```javascript const throttle = require('@maxdome/throttle')();
A server mocking the behavior of a riak server but with simple in memory storage. Once quit everything will be lost.
Returns configured winston logger instances
```javascript const duration = require('@maxdome/duration');
```javascript const transform = require('@maxdome/transform-mam-schema');
Loads the AppDyanmics Node.js Agent if a profile is configured
```javascript (async () => { process.env = Object.assign(await require('@maxdome/ssm')(), process.env); })(); ```
```javascript const cache = require('@maxdome/cache')(client);
Returns configured winston logger instances without any transports
Provides check function for [`health`](http://npmjs.com/@maxdome/health) checking MongoDB connection using [`mongoskin`](https://www.npmjs.com/package/mongoskin).
Common Styles
Showing 50 of 52 packages