# ftybr-add-to-req

> Add data to request

Latest version **0.0.2** (published 2013-10-20) · 0 weekly downloads

## Install

```sh
npm install ftybr-add-to-req
pnpm add ftybr-add-to-req
yarn add ftybr-add-to-req
bun add ftybr-add-to-req
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2013-10-20 |
| First published | 2013-10-20 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | connrs |
| Maintainers | connrs |

## Links

- npm: https://www.npmjs.com/package/ftybr-add-to-req
- Repository: https://github.com/connrs/node-ftybr-add-to-req
- Issues: https://github.com/connrs/node-ftybr-add-to-req/issues
- npm.io page: https://npm.io/package/ftybr-add-to-req

## Recent versions

- 0.0.2 (latest) — 2013-10-20
- 0.0.1 — 2013-10-20

## README

# ftybr-add-to-req [![Build Status](https://secure.travis-ci.org/connrs/node-ftybr-add-to-req.png?branch=master)](http://travis-ci.org/connrs/node-ftybr-add-to-req)

To create your middleware object:

    var addToReq = require('ftybr-add-to-req');

Once you've instantiated it, you may add this middleware to your ftybr router:

    router.registerMiddleware(addToReq('someData', ['win']));

This middleware will add the specified object to each request object

---
_Source: https://npm.io/package/ftybr-add-to-req · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
