Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).