https://github.com/leerob/ncaam
Simple basketball scores and schedules.
https://github.com/leerob/ncaam
Last synced: 2 months ago
JSON representation
Simple basketball scores and schedules.
- Host: GitHub
- URL: https://github.com/leerob/ncaam
- Owner: leerob
- License: mit
- Created: 2022-11-27T17:36:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T15:21:09.000Z (4 months ago)
- Last Synced: 2025-03-29T00:12:13.542Z (3 months ago)
- Language: TypeScript
- Homepage: ncaam.vercel.app
- Size: 277 KB
- Stars: 172
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NCAAM
> Simple basketball scores and schedules.
## Overview
This site was built live on my stream.
- [Watch Video](https://www.youtube.com/watch?v=6XIT2nXIbLU)
- [View Demo](https://ncaam.vercel.app)
- [Figma Design](https://www.figma.com/file/L4O7Rufrr0kMHG3zWax9zR/NCAAM-Site?node-id=0%3A1&t=MEqkk5FBLvOUoL0k-1)
- [Browse Code From Live Stream](https://github.com/leerob/ncaam/tree/fd069ec51a673ba9c324e3a82c3d0058a5f01c2f)## APIs
- https://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/teams/66
- https://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/teams/66/schedule
- https://site.api.espn.com/apis/v2/sports/basketball/mens-college-basketball/standings
- https://site.web.api.espn.com/apis/v2/sports/basketball/mens-college-basketball/standings?region=us&lang=en&contentorigin=espn&group=50&season=2022
- https://site.web.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/scoreboard/conferences## Overview
This site using the following stack:
- Framework - [Next.js](https://nextjs.org)
- Language - [TypeScript](https://www.typescriptlang.org)
- Styling - [Tailwind CSS](https://tailwindcss.com)
- Analytics - [Vercel Analytics](https://vercel.com/analytics)
- Linting - [ESLint](https://eslint.org)
- Formatting - [Prettier](https://prettier.io)