Skip to content

Instantly share code, notes, and snippets.

View kennysexton's full-sized avatar

Kenny Sexton kennysexton

View GitHub Profile
@smykes
smykes / nfl.json
Last active November 16, 2023 14:23
A JSON string of all 32 NFL football teams including city, name, conference, division, and abbreviation.
[
{
"city": "Arizona",
"name": "Cardinals",
"abr": "ARI",
"conf": "NFC",
"div": "West"
},
{
"city": "Atlanta",