Code Monkey home page Code Monkey logo

infraread's Introduction

InfraRead

InfraRead (pronounced infrared ) is an elegant self-hosted RSS feed reader and sync service. It is optimized for simplicity, reading and comfort. It is inspired by Unread and built with Laravel and VueJs.




Features:

  • Distraction free. Attention to details and optimized for reading
  • Access From any device and feeds stay synced
  • Import your own OPML or add feeds manually
  • 100% responsive
  • Full Keyboard Navigation using Vim Shortcuts (Key bindings can be changed)
  • Save For later, can choose between Instapaper and Pocket
  • Offline persistence of settings and previously loaded posts

Requirements

Installation

  • Download or clone the repository to your server
  • run composer install
  • run php artisan key:generate
  • make a copy of .env.example and save as .env
  • fill your admin details in .env
  • fill your database details in .env
  • run php artisan migrate to migrate the database
  • run php artisan db:seed, this will populate your admin details in the database
  • add this line to your Crontab: * * * * * php /path/to/your/site/artisan schedule:run >> /dev/null 2>&1
  • If you want to modify the js and css assets, also run: npm install, and then npm run dev

License

M.I.T. do anything you want with the code as long as you provide attribution back and you and don’t hold me liable

Built on top of

Laravel, VueJs, Tailwind Css, Will Vincent Feeds which builds on top of SimplePie

infraread's People

Contributors

ericanderson29 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.