Thud Save

Simple news reader that keeps the noise low.

Project README

Logo

Thud.

Read news without the fuss
· Report Bug · Request Feature

Stargazers MIT License LinkedIn

Get it on Google Play Get it on F-Droid

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

Product Name Screen Shot

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.

(back to top)

Built With

(back to top)

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

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the AGPL License. See LICENSE.txt for more information.

(back to top)

Contact

Samuel Bazaga - @aerotoad

Project Link: https://github.com/aerotoad/Thud

(back to top)

Open Source Agenda is not affiliated with "Thud" Project. README Source: aerotoad/Thud
Stars
203
Open Issues
14
Last Commit
4 weeks ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating