Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dan-mba/vue-rss-espn
Vue sample project to display an ESPN RSS feed as HTML
https://github.com/dan-mba/vue-rss-espn
fetch javascript vite vue
Last synced: 7 days ago
JSON representation
Vue sample project to display an ESPN RSS feed as HTML
- Host: GitHub
- URL: https://github.com/dan-mba/vue-rss-espn
- Owner: dan-mba
- Created: 2019-10-30T11:49:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T13:18:45.000Z (6 months ago)
- Last Synced: 2024-05-18T07:45:52.423Z (6 months ago)
- Topics: fetch, javascript, vite, vue
- Language: Vue
- Homepage: https://dan-mba.github.io/vue-rss-espn/
- Size: 3.63 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-rss-espn
## Project overview
I built this project to learn Vue development.
It accesses the ESPN NFL RSS feeds using a proxy
to translate xml to json.
**This project was archived due to the deprecation of the feed**## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).