Skip to content

A news aggregator written in Sinatra, all in a single file. Almost.

Notifications You must be signed in to change notification settings

markwilk/single-file-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Single File Reader

Single File Reader is a news reader written in Sinatra. The goal was to create a news reader in a single file. In the end, I decided to split out the layout, styles. The reader also uses jQuery, so there is one additional file.

Resources

To check out the source code:

git clone git://github.com/markwilk/single-file-reader.git

Getting Started

Installation

Not much to install. Make sure you have the dependent gems:

$ sudo gem install sinatra sequel rfeedfinder

Running the reader

It’s as simple as:

$ ruby reader.rb

A sqlite database (reader.db) will be created to keep track of the feeds that you add.

TODO

Add more content

About

A news aggregator written in Sinatra, all in a single file. Almost.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages