Skip to content

BipulLamsal/onlinekhabar-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Khabar TUI · 📰

A terminal User Interface to read latest news from online khabar.

curl https://english.onlinekhabar.com/wp-json/
curl https://english.onlinekhabar.com/wp-json/wp/v2/posts?per_page=10
# check other available routes
curl https://english.onlinekhabar.com/wp-json/wp/v2

Important! These APIs are private, so be careful and only use them for learning. We're not trying to sneak into Online Khabar's data without permission. This is all for educational purposes.

Demo

Demo

Running The Application

git clone https://github.com/BipulLamsal/onlinekhabar-tui
cd onlinekhabar-tui
# directly run via
cargo run
# or build
cargo build --release
./target/release/onlinekhabar-tui