All Projects → freshreader → core

freshreader / core

Licence: MIT license
Save content to read later, without the overwhelming stress of never-ending lists. 🌿

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to core

Awesome Critical Tech Reading List
A reading list for the modern critical programmer
Stars: ✭ 644 (+2046.67%)
Mutual labels:  reading-list
Model Based Papers
My reading list for model-based control
Stars: ✭ 124 (+313.33%)
Mutual labels:  reading-list
reading-list
Reading list to help people getting started in the industry & prospective employees
Stars: ✭ 26 (-13.33%)
Mutual labels:  reading-list
Gopher Reading List
A curated selection of blog posts on Go
Stars: ✭ 6,993 (+23210%)
Mutual labels:  reading-list
Effective Java Third Edition Reading Notes
Reading Effective Java, Third Edition in 11 days (3 hours per day) and make notes as much as possible.
Stars: ✭ 102 (+240%)
Mutual labels:  reading-list
Mt Reading List
A machine translation reading list maintained by Tsinghua Natural Language Processing Group
Stars: ✭ 2,166 (+7120%)
Mutual labels:  reading-list
Simpread
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
Stars: ✭ 5,352 (+17740%)
Mutual labels:  reading-list
codeReads
goodReads (pun intended) for coding and programming
Stars: ✭ 29 (-3.33%)
Mutual labels:  reading-list
Reading Material
List of some useful blogs, books, courses, papers etc. 📚
Stars: ✭ 116 (+286.67%)
Mutual labels:  reading-list
Sysadmin Reading List
A reading/viewing list for larval stage sysadmins and SREs
Stars: ✭ 240 (+700%)
Mutual labels:  reading-list
Bookmark
A reading list for the programmer
Stars: ✭ 31 (+3.33%)
Mutual labels:  reading-list
Polyx
Productivity suite written from scratch in Ink on the backend and Torus on the web
Stars: ✭ 98 (+226.67%)
Mutual labels:  reading-list
Org Books
Reading list management with org mode
Stars: ✭ 186 (+520%)
Mutual labels:  reading-list
Awesome Vulnerability Research
🦄 A curated list of the awesome resources about the Vulnerability Research
Stars: ✭ 658 (+2093.33%)
Mutual labels:  reading-list
reading-list
My reading list since January 1996. Commits include comments on what I read beginning in June 2015
Stars: ✭ 34 (+13.33%)
Mutual labels:  reading-list
Awesome Appsec
A curated list of resources for learning about application security
Stars: ✭ 4,761 (+15770%)
Mutual labels:  reading-list
Recommends
A collection of resources and reading material that we recommend
Stars: ✭ 133 (+343.33%)
Mutual labels:  reading-list
tlrl
Too long; read later. Send web pages to your kindle from the command line.
Stars: ✭ 15 (-50%)
Mutual labels:  reading-list
reading-list
社区驱动的高质量聚合阅读列表
Stars: ✭ 45 (+50%)
Mutual labels:  reading-list
Simpread Little
简悦( SimpRead ) · 轻阅版
Stars: ✭ 216 (+620%)
Mutual labels:  reading-list

logo

Freshreader

Save content to read later. Read what's most interesting. Get a fresh start every week.

Drawing inspiration from Instapaper and Pocket, Freshreader aims to be the place where you save content from around the Web to enjoy later. The major difference is this: Freshreader automatically lets go of saved content after 7 days. No more massive reading backlog: just what is still relevant.

Don't worry — if it's important, it'll somehow come back into your life.

Made using Ruby on Rails.

Screenshot

screenshot

Dependencies

At the time of writing this, the following dependencies are recommended:

  • Ruby 2.7.0
  • Rails 6.0.2.2
  • PostgreSQL 10.12

Getting started

  1. Setup two PostgreSQL database: one named freshreader_development, the other freshreader_test.
  2. Install project dependencies using bundle.
  3. Start the application using rails s.

Deploying

You're free to deploy the application wherever/however you see fit. https://freshreader.app/ is deployed on Heroku.

Contributing

For bug fixes, documentation changes, and small features:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Licensing

The code in this project is licensed under MIT license. See the LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].