Skip to content

Misc thirt-party data used by Quake.World.

License

Notifications You must be signed in to change notification settings

quakeworld/quake.world-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

quake.world-data

Misc data used by Quake.World.

# mice.json (https://www.eloshapes.com/mouse/database)
jq -c '[.[] | {name: (.brand_name + " " + .model),wireless,dpi,polling_rate}] | sort_by(.name) | unique_by(.name)' source.json > mice.json

# mousepads.json (https://prosettings.net/gear/lists/mousepads/)
curl --silent https://prosettings.net/gear/lists/mousepads/ | htmlq --text '#equipment-list-table tbody td:nth-child(2) a' | sed 's/^ *//g' | sort -V | jq -R -s 'split("\n") | map(select(length > 0))' > mousepads.json

About

Misc thirt-party data used by Quake.World.

Resources

License

Stars

Watchers

Forks