omgimanerd / getnews.tech

A web server that fetches data from the News API and formats it for display in the terminal.
http://getnews.tech
Apache License 2.0
157 stars 10 forks source link

Allow for number and direction of articles to be configurable #5

Closed omgimanerd closed 5 years ago

omgimanerd commented 5 years ago

As suggested by @chubin, allow for the number of articles in the output to be configurable.

This was originally done through query parameters: curl getnews.tech/topic?n=10

Possible idea: curl getnews.tech/topic<10

omgimanerd commented 5 years ago

Closed as of 5ad1565