Skip to content

jigarjain/countTags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#CountTags Given a URL, this app will do the following things

  • Parse the entire DOM & count the number of occurences of each HTML tag.
  • Find all the Classes & Ids used for each HTML tag
  • Parse the CSS files that are linked by this page (Omits google fonts)
  • Find all values that are assigned for property color, font-size & font-family

##Pre-requisites Following components need to be installed

  • Node.js 0.11 (Use NVM)
  • MongoDB 2.6 or above
  • Forever

Installation Steps

  • Start by installing dependencies

    sudo npm install

  • Make necessary amends in config.js in root file

  • Fire up the application

    npm start OR node --harmony index.js

  • Check in browser by going to http://localhost:portnumber

Demo

http://jigarjain.com/apps/countTags

About

Reduce Your Web Page To Numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published