Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dokasto/tweet-threader
Create threads on Twitter easily.
https://github.com/dokasto/tweet-threader
es2015 generators promise react-redux twitter
Last synced: 10 days ago
JSON representation
Create threads on Twitter easily.
- Host: GitHub
- URL: https://github.com/dokasto/tweet-threader
- Owner: dokasto
- License: mit
- Created: 2017-01-22T08:53:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T04:43:30.000Z (over 7 years ago)
- Last Synced: 2024-09-20T14:30:56.994Z (4 months ago)
- Topics: es2015, generators, promise, react-redux, twitter
- Language: JavaScript
- Homepage: http://tweet-threader.herokuapp.com/
- Size: 501 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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