Simple-Cli-News

### Prerequisites Just make sure you have cargo installed: https://doc.rust-lang.org/cargo/getting-started/installation.html ### Installation ```sh cargo install simple-cli-news ``` ## Usage Print top headlines: ```sh simple-cli-news ``` Print news including a query: ```sh simple-cli-news --query (query) ``` Print news from a specific source: ```sh simple-cli-news --source (source id) ``` Find more commands to further refine output: ```sh simple-cli-news --help ``` ## Roadmap - [ ] Allow user to set country - [ ] Who knows what else I'll add