Skip to content

engelsjk/casetrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

casetrack

A tracker of cases listed at USDOJ: Investigations Regarding Violence at the Capitol.

Additional

The case files reflect data that is available in the table at the above justice.gov webpage. This may be an incomplete listing of cases at any given moment.

For additional information, refer to the following resources:

Lists

Unique casenumbers:

jq -c '.[].casenumber' cases.json | sort | uniq -c

Unique names:

jq -c '.[].name' cases.json | sort | uniq -c

Names with missing casenumbers:

jq -c '.[] | select(.casenumber=="") | .name ' cases.json | sort

About

An automated tracker of cases listed at USDOJ: Investigations Regarding Violence at the Capitol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages