A simple cli news reader app in Rust.
Video walkthrough
How to install
Ubuntu
Install the cargo-deb subcommand:
cargo install cargo-deb
generate a deb package by running:
cargo deb in clinews repository
install the .deb package from target/debian using dpkg -i <clinews.deb>
Other linux distribution
cargo install --path . - You will need rust toolchain setup for this.
Running clinews
Register on newsapi.org and get an API key.
Set the API key in your .bashrc or .zshrc like:
then
Run clinews from terminal.
Contributions
Feel free to file issues and PRs