NewsFeedSwitcher is a simple web-based application that provides the user with a feed of news articles from two different sources: AnimeNewsNetwork (via Consumet API) and Inshorts. Users can switch between these two sources with a simple click. Moreover, when Inshorts is selected, users are able to search for news articles by keywords.
Since it's a static HTML file, you can simply open the index.html
file in any web browser to run the application.
Alternatively, you can host it on any static file server. The application will be accessible at the root of your server (e.g., http://localhost
).
Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute.
This project is made possible thanks to the APIs provided by Consumet and Inshorts. The Consumet API is used to fetch news from AnimeNewsNetwork, and the Inshorts API is used to fetch and search news from Inshorts. Additionally huge thanks to ChatGPT for assistance.
MIT licensed. See the LICENSE file for full details.
Built with ❤️ by Saksham Shekher.