Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 750 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 750 Bytes

newer

Newer is a haskell cli app to list and search for news using the currents api

Install and Usage

cd newer 
stack build
./.stack-work/install/hash/bin/newer

You will get a result like this

You can also get the latest news using

./.stack-work/install/hash/bin/newer latest

Or search for specific news using additional parameters

./.stack-work/install/hash/bin/newer search lang=en
./.stack-work/install/hash/bin/newer search country=br
./.stack-work/install/hash/bin/newer search keyword=programming
./.stack-work/install/hash/bin/newer search lang=en country=br keyword=programming