GithubHelp home page GithubHelp logo

csstree / real-web-css Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 1.0 7.92 MB

Use CSSTree to test a real site CSS and collect a data

Home Page: https://csstree.github.io/real-web-css/

JavaScript 88.80% CSS 11.20%

real-web-css's Introduction

Real Web CSS

Real site's CSS usage data analysis. Powered by CSSTree & Discoveryjs

Real Web CSS

How to use locally

  1. Download The Majestic Million's site list and make a top of site (output data/sites.csv):

    npm run sync:sites
    
  2. Download a top site's CSS (output data/css/*.css):

    npm run download:css
    

    If something goes wrong on CSS downloading (freezing, network issue or errors on console), you can abort the process. Downloading will continue from the last successful processed site. You can set the start site by editing data/idx.txt file (if file doesn't exist downloading is start from the first one), which contains just a single number โ€“ site index.

    You can specify a number of sites to be used for CSS downloading (25 by default):

    npm run download:css 100
    
  3. Extract data from downloaded CSS (output data/test-results.json):

    npm test
    
  4. Discover data

There are two options:

  • Run a server that provides user interface:

    npm start
    
  • Build static version (no server is required, see report in build folder):

    npm run build
    

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.