Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanyl/js-reader
High quality daily posts collection for JS developers
https://github.com/ruanyl/js-reader
Last synced: 18 days ago
JSON representation
High quality daily posts collection for JS developers
- Host: GitHub
- URL: https://github.com/ruanyl/js-reader
- Owner: ruanyl
- License: mit
- Created: 2015-09-01T20:55:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T20:47:37.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T14:55:51.532Z (2 months ago)
- Language: JavaScript
- Homepage: http://reader.js.org/
- Size: 662 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JS Reader
---------
Community Driven Reading list! High quality daily posts collection for JS developers.### The Idea:
If you read 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+0300 # The time you add the link.
category: "Tech"
tag: "JS,Architecture" # tags for the link, separate by comma.
```