https://github.com/fey/frontend-project-lvl3
Rss Reader is a service for aggregating RSS feeds
https://github.com/fey/frontend-project-lvl3
Last synced: over 1 year ago
JSON representation
Rss Reader is a service for aggregating RSS feeds
- Host: GitHub
- URL: https://github.com/fey/frontend-project-lvl3
- Owner: fey
- Created: 2020-12-13T09:07:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T15:19:17.000Z (about 4 years ago)
- Last Synced: 2025-02-01T01:52:32.123Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://fey-frontend-project-lvl3.vercel.app/
- Size: 401 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hexlet tests and linter status:
[](https://github.com/fey/frontend-project-lvl3/actions?query=workflow%3Ahexlet-check)
[](https://github.com/fey/frontend-project-lvl3/actions?query=workflow%3A%22Node+CI%22)
### Description
http://fey-frontend-project-lvl3.vercel.app/
Rss Reader is a service for aggregating RSS feeds that makes it easy to read a variety of sources, such as blogs. It allows you to add an unlimited number of RSS feeds, updates them and adds new entries to the total stream.
### Commands
```sh
$ make install
$ make develop
$ make build
$ make test
```