Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 817 Bytes

File metadata and controls

21 lines (11 loc) · 817 Bytes

#Prerender User Agent Render Build Status DependenciesCode Climate

A plugin for Prerender that set the windows size of phantomjs for the request user agent

Usage

Run the test

    npm test

Install

    npm install prerender-user-agent-render

Add this to your Prerender server.js:

    server.use(require('prerender-user-agent-render'));

License