https://github.com/pablopunk/tvteam
Generates team websites of football games and schedules https://madrid.pablopunk.com https://arsenal.pablopunk.com https://barcelona.pablopunk.com
https://github.com/pablopunk/tvteam
arsenal football games madrid rest soccer world
Last synced: 12 months ago
JSON representation
Generates team websites of football games and schedules https://madrid.pablopunk.com https://arsenal.pablopunk.com https://barcelona.pablopunk.com
- Host: GitHub
- URL: https://github.com/pablopunk/tvteam
- Owner: pablopunk
- Created: 2020-02-06T00:41:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T11:48:34.000Z (over 1 year ago)
- Last Synced: 2025-02-02T16:37:29.057Z (over 1 year ago)
- Topics: arsenal, football, games, madrid, rest, soccer, world
- Language: TypeScript
- Homepage: tvteam.vercel.app
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ⚽ TV TEAM
Generate a website with your favorite team's next games, including day, time, and what TV channel you can see it on.
To add a team, you'll need to add one more entry to `lib/teams.ts` with all the necessary info. Also, you need to include the images/logos on `public/` folder (check current examples).
Right now the team is selected depeding on the URL you use to deploy. In `lib/teams.ts` you can see the rules to check. For example if you deploy it to an URL containing `"arsenal"`, then that team will be used.
Current live examples:
- [Real Madrid](https://madrid.pablopunk.com)
- [Arsenal](https://arsenal.pablopunk.com)
- [Barça](https://barcelona.pablopunk.com)