Skip to content

A small exercise to retrieve all TS and JS files in a repo and count the letters on them.

Notifications You must be signed in to change notification settings

lord-enzo/getRepoLetters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository letter counter

Welcome! This is a small test to retrieve all JS and TS files from a repository and sort, in descending order, the occurrence of each letter.

By default, it's configured to check on the lodash/lodash repository.

Requirements

  • You will need Node 16 (I've tested with v16.14.2)
  • A GitHub token is needed to interact with the API due to limitations on the downloads.

Instructions

  • Clone the repository
  • Run npm i
  • Execute node app.js

About

A small exercise to retrieve all TS and JS files in a repo and count the letters on them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published