0.0.1 • Published 11 years ago

express-mobile-agent v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
11 years ago

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