Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).