/newer

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

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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