Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cygniv404/rss-feed-reader

Preact
https://github.com/cygniv404/rss-feed-reader

javascript preact preact-app rss-feed-parser xml-parser

Last synced: 8 days ago
JSON representation

Preact

Awesome Lists containing this project

README

        

# RSS News Feeds - Preact Reader [Live Version](https://peaceful-jackson-6df527.netlify.com/)
> fetch rss news feeds over xml files.

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebook/react/blob/master/LICENSE) [![npm version](https://img.shields.io/badge/npm-6.4.1-blue.svg)](https://www.npmjs.com/get-npm)

[Preact](https://preactjs.com/) basic project to fetch rss news and render them in a basic way. Powered by [Preact Cli](https://github.com/developit/preact-cli).
**important**: Node.js > V6.x is a minimum requirement for the installation.
Deployed on [Netlify](https://app.netlify.com) a very fast way to deploy your Preact app.

## installation

- clone this repository
```bash
git clone https://github.com/cygniv404/Preact-rss-feed-reader.git my-preact-app
```
- Install dependencies
```bash
npm install
```
## Workflow

- Start the development server
```bash
npm run dev
```
- Generate a production build in ./build
```bash
npm run build
```
- Start local production server with [serve](https://github.com/zeit/serve)
```bash
npm start
```
> this will serve the static files in ./build

## Author

Ahmed Riahi – [@LinkedIn](https://www.linkedin.com/in/ahmed-riahi-24011b85/)