Skip to content
/ Fynder Public

Finds the most advanced words on any website of your choice

Notifications You must be signed in to change notification settings

t8/Fynder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fynder

Codacy Badge

A simple Google Chrome Extension that pulls the best vocabulary words on any website of your choice!

Features

  • Finds the top 15 vocabulary words of any website
  • Displays the total word count of the site
  • Retrieves the average word length of the article

Development Steps

  • git clone https://github.com/tbaumer22/Fynder.git
  • npm install
  • Navigate to chrome://extensions/
  • Click Load unpacked
    • Select the src folder

Editing Code

This project includes node dependencies that are not normally compatible with direct web application development. As a way around this, I implemented Browserify, a simple tool to "compile" all dependencies into one JS file to run on the web.

To take advantage of this, any changes you make to the project need to be in the nodeAnalysis.js file. After you finish your edits, cd into the src/analyzations folder and type: browserfiy nodeAnalysis.js -o webAnalysis.js

This converts the previous file into a JS file to run on the extension.

Submitting Changes

Any edits to improve the speed, efficiency, or add new features are happily welcomed. Please make a pull-request into Master if you'd like to do so.

(c) 2018 Tate Berenbaum

Special thanks to Marnix Bouhuis