Giter VIP home page Giter VIP logo

web-design-scraper's Introduction

Web Design Scraper

Web Design Scraper Logo Chrome Web Store

Web Design Scraper is a tool to extract objective web design measurements from a web page. This repo contains the early implementation of the web design scraping concept that we coined in our research paper.

Web Design Scraper Screenshot

Project Goals

The extracted web design measurements from this tool can be used for:

  • Auditing web designs through objective measurements
  • Understanding and comparing web design patterns between different websites

The JSON output can also be used as machine learning inputs for:

  • Predicting the usability of websites
  • Classifying website based on certain design measurements
  • Scoring website quality and design aesthetic

Extracted Design Information

Currently this tool can extract the following design information:

  • Symmetry
  • Complexity
  • Density
  • Cohesion
  • Economy
  • Simplicty
  • Font size families
  • Text size distribution
  • Color count rank
  • Vibrant colors

There are more measurements planned to be included in this tool.

Running this Project

To run this project, you can either install the published version from the chrome web store or build it by yourself.

This repo might contain the more updated version of the tool than the published one.

Building

You need node.js installed in your machine to build the chrome extension. If you have it already, please follow the following steps to build the extension:

  1. Clone this repository and open the folder in terminal.

  2. Run the following commands:

    npm install
    npm run build:chrome
    

    The commands above will produce the chrome extension inside ./chrome-ext-dist folder.

  3. Then, you can run the extension by sideloading the ./chrome-ext-dist folder to Google Chrome.

Tools and Libraries

This tool is built by using TypeScript, React, Webpack, SCSS, Farbic UI, Vibrant, Jest, and other libraries.

Future Development

  • Implement user configuration
  • Implement more measurements
  • Allow users to analyze displayed viewport only
  • Compile for Puppeteer to allow analyzing webpages through CLI
  • Use WebWorker to optimize performance

Research Paper

  • A. Namoun, A. Alshanqiti, E. Chamudi and M. A. Rahmon, "Web Design Scraping: Enabling Factors, Opportunities and Research Directions," 2020 12th International Conference on Information Technology and Electrical Engineering (ICITEE), Yogyakarta, 2020, pp. 104-109, doi: 10.1109/ICITEE49829.2020.9271770.

License

Copyright © 2020 Web Design Scraper Team

Web Design Scraper code is licensed under MPL-2.0. Images, logos, docs, and articles in this project are released under CC-BY-SA-4.0.

Libraries, dependencies, and tools used in this project are tied with their licenses.

web-design-scraper's People

Contributors

echamudi avatar

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.