Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emanguy/midnight-narwhal
A Web 2.0 PRPL compliant reddit client
https://github.com/emanguy/midnight-narwhal
Last synced: 7 days ago
JSON representation
A Web 2.0 PRPL compliant reddit client
- Host: GitHub
- URL: https://github.com/emanguy/midnight-narwhal
- Owner: emanguy
- Created: 2016-06-07T05:43:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T05:43:49.000Z (over 8 years ago)
- Last Synced: 2024-10-12T01:41:13.946Z (about 1 month ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Midnight Narwhal
A web 2.0 reddit client following the PRPL pattern.
##Purpose
I wanted to take a stab at using polymer with the new CLI and just a progressive web app.
##Roadmap
- [ ] Create a custom element for interacting with the Reddit REST API.
- [ ] Be able to browse a subreddit.
- [ ] Be able to add the web app to your homescreen to behave like a native app.
- [ ] Be able to access the site (and several subreddits) offline after your first visit.
- [ ] Be able to view emoji and add them to post comments.
- [ ] Be able to be notified of messages (possibly while not on the site via ServiceWorker).
- [ ] Swap out the current ServiceWorker implementation for at some point.