Skip to content

Finding typo's in the most popular github repositories made easy.

Notifications You must be signed in to change notification settings

potherca-blog/github-find-typos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-find-typos

Finding typo's in the most popular github repositories made easy.

Live demo: https://find-typos-on-github.glitch.me/


This project is part of an experiment to convert command-line scripts to a web-page containing a form.

As such, the logic in this project lives in a function (in src/function.fetch_results.php), but the calling/handling of that logic is done by cli2web, which is also responsible for rendering the output from templates.