bzarras / newsapi

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

Language filter not working in node.js #20

Closed wfschrad closed 3 years ago

wfschrad commented 4 years ago

const response = await newsapi.v2.topHeadlines({ q: 'bitcoin', language: 'en', country: any country... } Returns results in all languages. Is it still possible to filter results to english only?