Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.