Skip to content

Instantly share code, notes, and snippets.

View kennysexton's full-sized avatar

Kenny Sexton kennysexton

View GitHub Profile
@kennysexton
kennysexton / nhl.json
Last active January 19, 2022 21:10
List of NHL teams in alphabetical order, with team colors
[
{
"name": "Ducks",
"city": "Anaheim",
"cPrim": "#B9975B",
"cSecn": "#F47A38",
},
{
"name": "Coyotes",
"city": "Arizona",
@kennysexton
kennysexton / nfl.json
Last active September 2, 2023 15:33
List of all NFL football teams (name, division, conference, abbreviation and logo colors)
[
{
"city": "Arizona",
"name": "Cardinals",
"abr": "ARI",
"conf": "NFC",
"div": "West",
"cPrim": "#97233F",
"cSecn": "#FFB612",
},