Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oshekharo/newsfeedswitcher
NewsFeedSwitcher is a compact web-based tool that enables easy switching between and browsing of news feeds from AnimeNewsNetwork and Inshorts, providing a seamless news reading experience.
https://github.com/oshekharo/newsfeedswitcher
api consumet html-css-javascript inshorts news newsfeed oshekher
Last synced: 4 days ago
JSON representation
NewsFeedSwitcher is a compact web-based tool that enables easy switching between and browsing of news feeds from AnimeNewsNetwork and Inshorts, providing a seamless news reading experience.
- Host: GitHub
- URL: https://github.com/oshekharo/newsfeedswitcher
- Owner: OshekharO
- License: mit
- Created: 2023-07-07T03:02:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T04:45:15.000Z (5 months ago)
- Last Synced: 2024-06-27T05:59:07.376Z (5 months ago)
- Topics: api, consumet, html-css-javascript, inshorts, news, newsfeed, oshekher
- Language: HTML
- Homepage: https://saksham.thedev.id/NewsFeedSwitcher/
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NewsFeedSwitcher
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.
## Table of Contents
- [Usage](#usage)
- [Contribution](#contribution)
- [Credits](#credits)## Usage
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`).
## Contribution
Contributions, issues and feature requests are welcome. Feel free to check [issues page](https://github.com/OshekharO/NewsFeedSwitcher/issues) if you want to contribute.
## Credits
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.
## License
MIT licensed. See the [LICENSE](https://github.com/OshekharO/NewsFeedSwitcher/blob/main/LICENSE) file for full details.
## Author
Built with ❤️ by [Saksham Shekher](https://github.com/OshekharO).