Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ignabelitzky/news-rss-reader


https://github.com/ignabelitzky/news-rss-reader

Last synced: about 1 month ago
JSON representation

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