Git Product home page Git Product logo

shinyfeed's Introduction

shinyfeed

The app is available at https://rszymanski.shinyapps.io/shinyfeed/

Short Description

shinyfeed is a personalized news feed in the form of a Shiny app. Keep all of your news in a single place!

Full Description

shinyfeed is an application that aggregates news from different sources. It makes use of RSS feeds to retrieve posts and displays them in a single view.

shinyfeed provides a grid view which displays items along with an image preview. The tool used to retrieve image previews is built using rvest and makes use of the Open Graph Protocol.

grid-view

For a more compact view of the posts users can also display items in form of a list

list-view

Users can also sort items by titles and publication dates:

sort-command

Installation

This project makes use of renv in order to export used dependencies and rsconnect for deployment. When opening the project R should automatically download the specified version of renv. Next in order to restore the used packages just run:

renv::restore()

To start the app run:

shiny::runApp()

Configuration

Users can host their own aggregated news feeds by specifying rss feeds in the config.yml file:

default:
  rss_feeds:
  - "https://appsilon.com/rss"
  - "https://blog.rstudio.com/index.xml"
  - "https://www.r-bloggers.com/feed/"

The version hosted on shinyapps is an example news feed that aggregates post from different blogs about R and Shiny.

shinyfeed's People

Contributors

rszymanski 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.