/viewportify

A tool to generate graphs of screen resolutions used to access websites

Primary LanguageJavaScript

Viewportify

A little site for generating visualisations of the screen reolutions or viewports used by visitors to a site.

http://viewportify.hawksworx.com

Hosting

This site runs on Heroku. Deploy with git push heroku master

Local development

  • Requires a local MongoDB service to be running.
  • Install other requirements with npm install
  • To access the hreoku environment variables, run locally with foreman start