-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME
More file actions
20 lines (16 loc) · 768 Bytes
/
README
File metadata and controls
20 lines (16 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
UPDATE: Twitter has removed their Javascript search API, so Groundstream no longer works. Bummer :(
http://groundstream.org
See what's happening.
TODO:
[X] Show tweet text
[X] Show tweet avatar
[ ] Link to tweet
[ ] Link to user
[X] "Restream" (post to twitter) button for individual post
[X] Twitter favorite individual tweet
[ ] /view page which embeds big image (MVP: iFrame)
[ ] for each city, float favorited posts to the top
Layout note: I tried using Masonry to make the posts stack better. Because there are so many pictures
and they load slowly, it really screws up the whole page. Images overlap each other because they aren't
loaded when the masonry layout fires, and if you repeatedly fire the layout method it makes the scroll
position jump terribly.