Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakearchibald/tweetdeck-prototype
(mobile|offline)-first Tweetdeck prototype
https://github.com/jakearchibald/tweetdeck-prototype
Last synced: 1 day ago
JSON representation
(mobile|offline)-first Tweetdeck prototype
- Host: GitHub
- URL: https://github.com/jakearchibald/tweetdeck-prototype
- Owner: jakearchibald
- Created: 2014-07-24T07:36:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T14:55:17.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T12:35:06.492Z (3 months ago)
- Language: JavaScript
- Size: 4.96 MB
- Stars: 79
- Watchers: 11
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - jakearchibald/tweetdeck-prototype - (mobile|offline)-first Tweetdeck prototype (others)
README
# What is this?
[![](https://travis-ci.org/jakearchibald/tweetdeck-prototype.svg)](https://travis-ci.org/jakearchibald/tweetdeck-prototype/pull_requests)
[![Code
Climate](https://codeclimate.com/github/jakearchibald/tweetdeck-prototype/badges/gpa.svg)](https://codeclimate.com/github/jakearchibald/tweetdeck-prototype)
[![Dependency Status](https://david-dm.org/jakearchibald/tweetdeck-prototype.svg)](https://david-dm.org/jakearchibald/tweetdeck-prototype)
[![devDependency
Status](https://david-dm.org/jakearchibald/tweetdeck-prototype/dev-status.svg)](https://david-dm.org/jakearchibald/tweetdeck-prototype#info=devDependencies)We're prototyping a mobile-first & offline-first client for Twitter. The idea is to show/discover how close to native we can get with the web on evergreen browsers.
# Can I help?
Yes please! Check out the [overall plan & goals](https://docs.google.com/document/d/1vdUBZooLMBa5AtkED619kndf3eNz_LeltLZYQ71VEKQ/edit?usp=sharing), then find yourself a ticket to complete (or feel free to disagree with the current direction/structure/whatever).
If you're taking a ticket on, make sure you announce it in the comments so others know you're doing it.
## Getting set up
Install [Node](http://nodejs.org/) then clone this repo & run:
```sh
npm start
```You should be able to access the site at [localhost:3000](http://localhost:3000). API requests to TweetDeck are handled via proxy which runs on [localhost:8001](http://localhost:8001).