0.0.1 • Published 13 years ago
express-mobile-agent v0.0.1
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
0.0.1
13 years ago