An open API service indexing awesome lists of open source software.

https://github.com/allmarkedup/sniffer

Sniffs web pages to extract information such as JS libraries, CMS, analytics packages, etc via JavaScript
https://github.com/allmarkedup/sniffer

Last synced: 2 months ago
JSON representation

Sniffs web pages to extract information such as JS libraries, CMS, analytics packages, etc via JavaScript

Awesome Lists containing this project

README

          

Sniffer
=======

A JS library for sniffing out information about pages, such as which JS libraries are used, what CMS the site runs on, what analytics packages it uses, and more. It is intended to be used in bookmarklets or injected JS widgets that need to gather information about the host page and it's component parts.

Where it can, Sniffer will return a string with more information (such as a version number) for each test; otherwise it will return boolean `true` or `false`.

Please see the main site at [http://allmarkedup.github.com/sniffer/](http://allmarkedup.github.com/sniffer/) for more information and usage instructions.

Originally created for use in [Snoopy](http://github.com/allmarkedup/snoopy).