Udokah / tweet-threader

Create threads on Twitter easily.

Home Page:http://tweet-threader.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweet threader

Create threads on Twitter easily.

The main purpose of this app was to learn Redux and also explore the use of Generators and promises to achieve synchronous(ish) actions.

Each tweet had to be posted after the previous one has been successful and also, the number of tweets are dynamic so Promise chaining would be useless.

Generators + Promises = Powerful.

It was used here https://github.com/Udokah/tweet-threader/blob/master/public/app/components/tweet_page.jsx#L73

About

Create threads on Twitter easily.

http://tweet-threader.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 72.3%Language:CSS 22.3%Language:HTML 5.4%