Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanyl/geekr-redux
https://github.com/ruanyl/geekr-redux
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruanyl/geekr-redux
- Owner: ruanyl
- License: mit
- Created: 2015-08-17T18:39:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T21:09:48.000Z (over 9 years ago)
- Last Synced: 2024-11-05T14:55:54.844Z (3 months ago)
- Language: JavaScript
- Homepage: https://ruanyl.github.io/geekr-redux
- Size: 744 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Geekr
---------
Community Driven Reading list!### The Idea:
If you have a habbit of reading everyday, there must be some great articles that you want to share with others.If you were a loyal `xxx reader` user for years, you may have experienced that some great website stopped updating.
for example dailyjs.com(Thanks to Alex R. Young)So I am thinking that why not create a community driven reading list? If you have something to share, just make a pull request!
### How it works?
It is basically a tiny React+Redux app. It 'compiles' `YAML` files to json and continous deploys to `github pages` through travis-ci.
### Contributor needed!
You are welcomed to send pull requests for the interesting posts that you are willing to share with others.
### Guide
yaml file structure:
```yml
posts:
- title: "JavaScript Application Architecture On The Road To 2015" # title of the post
url: "http://addyosmani.com/blog/architecture-on-the-road-to-2015/" #link for the post
time: 2015-03-15 20:53:11 # The time you add the link.
category: "Tech"
tag: "JS,Architecture" # tags for the link, separate by comma.
```