Skip to content

leilakaltouma/evolution-over-time-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evolution-over-time-parser

This simple script scrapes and parses the commit history from here and return a CSV file with added timestamps.

For this task, I created a repository that contained a JSON file with a simple data structure. I wrote a JavaScript code that parses the data and reads it into a native structure in memory. Then, I built a time machine that used GitHub API to play back the data repository's git history. At each commit, my code parsed the data and stored the entire sequence in memory along with the timestamp of the git commits. Finally, I converted the sequence into a CSV file.

Installation

  1. npm install
  2. npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published