jameshallam93 / newsSagas

Containerised news app using redux-sagas for api requests
0 stars 0 forks source link

Feat: add news analysis #11

Open jameshallam93 opened 3 years ago

jameshallam93 commented 3 years ago

Eventually, I'd like to be able to run analyses on articles from various sources:

To do this, I will need to do the following:

jameshallam93 commented 3 years ago

Having looked closer at the API documentation, I have realised this will have to be much more limited in scope - the article content is truncated to 200 characters, meaning analysis of language used would give very limited information.

I will still look at adding this level of analysis for practice purposes, and will also add ability to see the number of articles that were published including keywords in title on a given date/time period.