Skip to content

NUDelta/ply-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ply-utils

Back-end application for ply, a research tool designed to help learners understand professional examples of front-end web design techniques.

ply-utils:

  • Parses crowdsourced tutorial webpages for web techniques
  • Classifies CSS properties as likely relevant, possibly relevant, and likely irrelevant with respect to a technique of interest
  • Maintains a database of per-technique classifications

Getting started

To install ply-utils, clone the repository and install dependencies:

npm install

Start the application:

npm run start

To lint:

npm run lint

To run unit tests:

npm run test

To watch unit tests while developing:

npm run test:watch

Todo

  • Fix parsing of <code> tags nested inside <pre> tags
  • Connect to Firebase

About

computes CSS property relevance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published