pasties-validator-web

0.0.18 • Public • Published

pasties-validator-web

Build Status

Description: Web validator interface for the pasties project.

The main purpose is to find possible errors or regressions in display ads. Its intended to grow over time to a set of rules based on best practices for performance ( although displayads not necessarily can avoid document.write atm ).

The validator takes input as a scripturl or html,css and javascript, and produces in 2 steps harvested data and a report.

Hooks / Harvesters (runs inside phantomJS context):

  • har,logs,errors (default)
  • images
  • jquery
  • pasties (based on advertsspec)
  • timers

Validators / Rules (runs in node.js context):

  • errors (default)
  • images
  • jquery
  • css
  • timers

How does the validator work?

It uses phantomJS as a browser, loads in a shim on top of the phanomjs api, runs for a 10 seconds after all hooks/harvesters has been injected. After phantomjs run, the validators/rules runs in a series to generate a report(info, warn, debug, error).

Installation instructions

Install depedencies and package validator with package pasties-js(abit funky)

$ npm install && npm run build

Run tests

$ npm test

Starting the application

Run server

$ npm start

Additional startup configuration

You can configure port, logfile location, etc using the config module or by specifying environment variables when starting.

$ HTTP_PORT=1337 LOG_FILE_NAME=~/mylogs/pvw npm start

Where to get help

Create a github issue, or contact sveinung.rosaker@finn.no.

Contributing

YES, pull requests with tests. Be sure to create a issue and let us know you are working on it - maybe we can help out with insights etc.

Alternatives

(please let us know of alternatives to this project)

Readme

Keywords

none

Package Sidebar

Install

npm i pasties-validator-web

Weekly Downloads

1

Version

0.0.18

License

MIT

Last publish

Collaborators

  • sveisvei