I'm trying to implement an external news feed. I'm currently using Newsapi.org and able to filter news by country and category. But I would like the news to be local to each user. Is there a way to get the users's location and some how use it in the API to filter local news? If this can be done with Newsapi.org, great!, but I'm willing to use a different API if I need to. Thanks!
I'm currently using Newsapi.org and able to filter news by country and category. But I would like the news to be local to each user.