https://github.com/aaronconway7/footytext
View past and present English Premier League tables in a nostalgic teletext/ceefax recreation! ⚽ 📺
https://github.com/aaronconway7/footytext
football nuxt vue
Last synced: 3 months ago
JSON representation
View past and present English Premier League tables in a nostalgic teletext/ceefax recreation! ⚽ 📺
- Host: GitHub
- URL: https://github.com/aaronconway7/footytext
- Owner: aaronconway7
- Created: 2021-06-06T12:24:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T23:57:49.000Z (about 1 year ago)
- Last Synced: 2025-01-17T02:11:53.033Z (4 months ago)
- Topics: football, nuxt, vue
- Language: Vue
- Homepage: https://footytext.netlify.app
- Size: 2.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚽ 📺 footytext
[](https://app.netlify.com/sites/footytext/deploys)

> ⚠️ Using free version of API so restricted to 100 requests/day for seasons >= 2015.
View past and present English Premier League tables in a nostalgic teletext/ceefax recreation! Built to practice Vue.
## Stack
- [NuxtJs](https://nuxtjs.org/) (Vue)
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
## Credits
- API provied by [API-FOOTBALL](https://www.api-football.com/)
- League data < 2015 provided by [jokecamp/FootballData](https://github.com/jokecamp/FootballData)
- Teletext CSS from [Galax](https://galax.xyz/TELETEXT/)