Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Gatra Bali app backend based on the fork of Miniflux (a minimalist feed reader written in Go)

License

Notifications You must be signed in to change notification settings

gurulnd-git/miniflux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miniflux 2

NOTE: Gatra Bali project uses Miniflux 2 as the core part of the system, Miniflux aggregates news from several Balinese online media. I added Google Cloud Platform PubSub integration to publish a message to a Topic every time Category, Feed and Entry is created/updated/deleted. Every message sent to that topic will be received by the Cloud Functions (please check gatrabali-functions) then based on the message the Cloud Function will call Miniflux REST API and process/store the response to Firestore.

Then the mobile app just need to use Firebase SDK to pull the news and all other features (read later, sharing, auth, comments, etc.) will be implemented on the Firebase side.

Build Status GoDoc Documentation Status

Miniflux is a minimalist and opinionated feed reader:

  • Written in Go (Golang)
  • Works only with Postgresql
  • Doesn't use any ORM
  • Doesn't use any complicated framework
  • Use only modern vanilla Javascript (ES6 and Fetch API)
  • Single binary compiled statically without dependency
  • The number of features is voluntarily limited

It's simple, fast, lightweight and super easy to install.

Official website: https://miniflux.app

Documentation

The Miniflux documentation is available here: https://docs.miniflux.app/ (Man page)

Screenshots

Default theme:

Default theme

Dark theme when using keyboard navigation:

Dark theme

Credits

About

Gatra Bali app backend based on the fork of Miniflux (a minimalist feed reader written in Go)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.5%
  • HTML 8.2%
  • JavaScript 3.0%
  • CSS 1.9%
  • Makefile 0.5%
  • Roff 0.4%
  • Other 0.5%