-
It could be used as the root path whether the user is logged or not. If user is not logged it could display news and useful graphs for example. When it's logged it could add more specific information …
-
https://newsapi.org/docs/caching
Please consider adding support for disabling caching.
-
https://newsapi.org/docs/client-libraries/python
Following example:
```
# /v2/everything
all_articles = newsapi.get_everything(q='bitcoin',
sources='bbc-ne…
-
https://marcushellberg.github.io/alternative-news/
online demo does not seem to work, sources empty and no content? idk
`Uncaught (in promise) TypeError: Cannot read property 'map' of undefined
…
-
Will this be updated to use the new V2 version of the NewsAPI? (Based on https://newsapi.org/docs/v2-migration)
-
I was trying to build this by following instructions in README but it seems that tests doesn't pass. Do I need a database? At least it's not documented.
```
[tornroos:~/tmp/dos-registry]$` ./gr…
-
We should research and find the APIs we wish to query in order to get back a list of article. Maybe we can start with 1 API and build from there.
Related to https://github.com/nervnews/nerv/issues/…
-
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.
-
Not everybody is fond of motivational quotes, sometimes current affairs might gain extra attention.
-
Switch to using [the BBC "Juicer" API](http://docs.bbcnewslabs.co.uk/Juicer.html) for news articles. It supports multiple news sources and "trending" articles, and results can be filtered by from / to…