Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignabelitzky/news-rss-reader
https://github.com/ignabelitzky/news-rss-reader
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ignabelitzky/news-rss-reader
- Owner: ignabelitzky
- License: gpl-3.0
- Created: 2024-03-16T00:26:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T02:48:56.000Z (9 months ago)
- Last Synced: 2024-03-19T03:40:27.512Z (9 months ago)
- Language: C++
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# News RSS Reader
## Requirements
- C++ compiler
- nCurses## Getting Started
1. Clone the repository
```bash
git clone https://github.com/ignabelitzky/news_rss_reader.git
cd news_rss_reader
```
2. Build the project using the Makefile
```bash
make
```
3. Run the executable
```bash
./main
```## License
This project is licensed under the [GNU General Public License v3.0](LICENSE). You can find the full text of the license here [LICENSE](LICENSE).