express-mobile-agent

0.0.1 • Public • Published

express-mobile-agent

What?

A Connect or Express middleware wrapper around mobile-agent.

Usage

Add to dependencies in package.json or install with NPM.

Then, in an express / connect application:

app.use(require('express-mobile-agent'));

The middleware adds an agent object to req as well as res.locals, accessible from views.

When the object is coerced to string (e.g. in a Jade template), it will return either 'mobile' or 'not-mobile'.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i express-mobile-agent

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • scryptmouse