Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jungrama/football-information
https://github.com/jungrama/football-information
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jungrama/football-information
- Owner: JungRama
- Created: 2019-09-28T01:25:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:56:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T14:56:18.477Z (8 months ago)
- Language: Vue
- Size: 2.59 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Football Match and Teams Information
```
This project using vue.js 2 and cli 3.
API from http://api.football-data.org/ (public)
See the setup below to run the app
```## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```