Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobrov-site/rss-aggregator
https://github.com/bobrov-site/rss-aggregator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobrov-site/rss-aggregator
- Owner: bobrov-site
- Created: 2024-01-15T08:25:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T14:01:11.000Z (11 months ago)
- Last Synced: 2024-02-22T12:42:39.639Z (11 months ago)
- Language: JavaScript
- Homepage: https://frontend-project-11-drab-eight.vercel.app
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hexlet tests and build status:
[![Actions Status](https://github.com/bobrov-site/frontend-project-11/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/bobrov-site/frontend-project-11/actions)![build workflow](https://github.com/bobrov-site/frontend-project-11/actions/workflows/build.yml/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/92ea574d86b929b45b52/maintainability)](https://codeclimate.com/github/bobrov-site/frontend-project-11/maintainability)
## Deployed in [Vercel](https://frontend-project-11-drab-eight.vercel.app)
![preview.png](images/preview.png)
## Description
Rss-reader is a web application that allows you to add RSS feeds. The application also allows you to view the content of each feed. Each feed has posts which are displayed on the main page. You can see preview of the posts in modal window.
## Install
### Clone repository
git clone https://github.com/bobrov-site/frontend-project-11.git### Install dependencies
make install
### Run server
make serve### Server localhost:3000
http://localhost:3000### Build project
make build
### For test you can use next RSS resources:
[Lorem Hexlet](https://lorem-rss.hexlet.app/feed)[Lessons Hexlet](https://ru.hexlet.io/lessons.rss)
[BBC UK NEWS](http://feeds.bbci.co.uk/news/rss.xml)
[NY TIMES](https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml)