SkillAgentSearch skills...

Scrutinize

Scrutinize a url by analyzing css, html, a11y, images, pagespeed, etc.

Install / Use

/learn @johno/Scrutinize
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

scrutinize Build Status js-standard-style

Scrutinize a url by analyzing its css, html, a11y, images, and pagespeed score.

Installation

npm i -S scrutinize

Usage

const scrutinize = require('scrutinize')

scrutinize('google.com')
  .then(doStuff)
  .catch(handleError)

Related

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander (@4lpine).


This package was initially generated with yeoman and the p generator.

Related Skills

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated1y ago
Forks0

Languages

JavaScript

Security Score

75/100

Audited on Feb 16, 2025

No findings