Awesome
<div id="top"></div> <!-- *** Thanks for checking out the Best-README-Template. If you have a suggestion *** that would make this better, please fork the repo and create a pull request *** or simply open an issue with the tag "enhancement". *** Don't forget to give the project a star! *** Thanks again! Now go create something AMAZING! :D --> <!-- PROJECT SHIELDS --> <!-- *** I'm using markdown "reference style" links for readability. *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. *** https://www.markdownguide.org/basic-syntax/#reference-style-links [![Stargazers][stars-shield]][stars-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]--> <!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/aerotoad/Thud"> <img src="readme-images/logo.png" alt="Logo" width="150" height="150"> </a> <h3 align="center">Thud.</h3> <p align="center"> Read news without the fuss <br /> <!--<a href="https://github.com/github_username/repo_name"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://github.com/github_username/repo_name">View Demo</a>--> · <a href="https://github.com/aerotoad/Thud/issues">Report Bug</a> · <a href="https://github.com/aerotoad/Thud/issues">Request Feature</a> </p> </div> <div align="center"><a href=""></a> <a href=""></a> <a href=""></a>
</div> <div align="center"><a href=""><img alt="Get it on Google Play" height="80" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"></a> <a href=""><img alt="Get it on F-Droid" height="80" src="https://f-droid.org/badge/get-it-on.png"></a>
</div> <!-- TABLE OF CONTENTS --> <details> <summary>Table of Contents</summary> <ol> <li> <a href="#about-the-project">About The Project</a> <ul> <li><a href="#built-with">Built With</a></li> </ul> </li> <li> <a href="#getting-started">Getting Started</a> <ul> <li><a href="#prerequisites">Prerequisites</a></li> </ul> </li> <li><a href="#contributing">Contributing</a></li> <li><a href="#license">License</a></li> <li><a href="#contact">Contact</a></li> </ol> </details> <!-- ABOUT THE PROJECT -->About The Project
<div align="center"> </div>Thud. is a free and open source news reader for Android and iOS inspired by the original design of Pulse News.
Why did I build this?
Those of you who have been using news reader apps since the dawn of smartphones might remember one the first rockstars in the market: Pulse News (you can see it in all it's former glory here) It offered an incredible user experience for the time and a convenient way to view all your feeds quickly and efficiently, minimizing the interactions needed to get you to the content you chose to see.
Then LinkedIn bought it and shortly after ruined it.
Ever since that terrible day I've wandered the barren landscape of the app stores waiting for a worthy contender. I've tried it all: the feedly official app, different feedly clients like Inoreader, Flipboard, Google News and Apple News. I even tried some Microsoft news apps :weary:.
And yet, to this day, I haven't been able to find a replacement that offers a similar user experience... so I decided to take the matter into my own hands and code it myself.
Here is the result, free and open source just in case LinkedIn decides to try to buy and destroy this one too.
Features
- Sleek mosaic-like UI: All your feeds one blink away, no distractions.
- Feed Search: It uses the feedly search api to make it easier to discover news sources and add your favourite ones.
- Bookmarks: Save articles to read later or for whatever other reason, there for when you need them.
- Light and Dark themes: Complete with fancy (and silly) apple-like names like Darcula and Snowflake (because light and dark are just boring).
- Collections: Organise your feed into collections to keep them nice and tidy.
- No account: Yes, no account, no registration, no servers (besides the public feedly api). Your data is in your phone and remains there, as it should.
- Multiple reading settings: Change the background, typefont and font size.
Built With
<p align="right">(<a href="#top">back to top</a>)</p> <!-- GETTING STARTED -->Getting Started
Woah! Wait right there cowboy!
This section is for developers, if you are on GitHub, chances are you are one, but just in case, if you don't know what the difference is between a class and a function, head over to the friends at Free Code Camp and they'll get you started in no time. If you do know why HTML cannot be parsed with a regular expression please, continue.
Prerequisites
You need to install Node.js, then install the latest Ionic command-line tools in your terminal.
npm install -g @ionic/cli
Then you can follow the Ionic Framework guides to install the native tools for Android and iOS.
Running
If you already have all the tools required, you can install it on your device by running:
Android:
Add Android platform if it doesn't exist:
npx cap add android
Build project and sync with capacitor platforms:
ionic cap sync
Open native Android project in Android Studio:
npx cap open android
And then use Android Studio to compile and run.
iOS:
Add iOS platform if it doesn't exist:
npx cap add ios
Build project and sync with capacitor platforms:
ionic cap sync
Open native iOS project in Xcode:
npx cap open ios
And then use Xcode to compile and run.
<!-- CONTRIBUTING -->Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the AGPL License. See LICENSE.txt
for more information.
Contact
Samuel Bazaga - @aerotoad
Project Link: https://github.com/aerotoad/Thud
<p align="right">(<a href="#top">back to top</a>)</p> <!-- ACKNOWLEDGMENTS ## Acknowledgments * []() * []() * []() <p align="right">(<a href="#top">back to top</a>)</p>--> <!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->