Display any NCAAF/NFL team's schedule on iOS using the Scriptable app.
- Download the Scriptable app from the app store
- Create a new script in the Scriptable app
- Copy & paste the code from ncaaf-script.js or nfl-script.js into the newly created script
- Create a new widget on your homescreen, select the newly created script, and pass in a valid team abbreviation.
- NCAAF: too many to list, and is much more forgiving than the NFL widget (for example: for Clemson both
clemandclemsoncan be used, for Kentucky bothukandkentuckycan be used, Ohio State isohiost, Oregon State isoregonst, Oklahoma State isokst, so on and so forth) - NFL:
ARI,ATL,BAL,BUF,CAR,CHI,CIN,CLE,DAL,DEN,DET,GB,HOU,IND,JAX,KC,LAR,LAC,LV,MIA,MIN,NE,NO,NYJ,NYG,PHI,PIT,SEA,SF,TB,TEN,WAS
- If you're unable to see your NCAA team's logo in the background (the schedule is showing but the background is a solid color) or if you simply want to try anothe team color, try replacing
const USE_TEAM_PRIMARY_COLOR_BACKGROUND = falsein thencaaf-script.jswithconst USE_TEAM_PRIMARY_COLOR_BACKGROUND = true


