bzarras / newsapi

A promise-based node interface for NewsAPI
MIT License
144 stars 39 forks source link

Filtering by keyword #3

Closed dleitner100 closed 6 years ago

dleitner100 commented 6 years ago

I'm wondering if it is possible to filter news articles by a keyword. For example to filter by "climate change". As far as I know you can only filter by the source of the press.

bzarras commented 6 years ago

Hi dleitner100,

Filtering by keyword was added as a feature in V2 of NewsAPI: https://newsapi.org/docs/v2-migration#keyword-search

Support for this feature from this module will be added soon. I will keep you posted

bzarras commented 6 years ago

Keyword filtering is now available via the V2 API. I'm going to close this issue.