Skip to content

A web app for viewing trending tweets in realtime made with HTML5, CSS3 AngularJS and Node.js

License

Notifications You must be signed in to change notification settings

admvx/thought-toilet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thought-Toilet

A web app for viewing trending tweets in realtime made with HTML5, CSS3, AngularJS and Node.js

Currently hosted here: https://admvx.com/toilet

This app comprises:

  • A Node.js server application
    • Connects to the Twitter API (add your own Twitter app credentials)
    • Downloads current trends every 10mins
    • Streams in all tweets containing any of those trends
    • Uses a socket.io server to pass on data
  • A client-side app
    • Consumes realtime Twitter data from Node.js app
    • Uses AngularJS for 2-way data binding
    • Has custom JS/CSS animation for spiral effect
    • Uses CSS3 media queries for its responsive layout

About

A web app for viewing trending tweets in realtime made with HTML5, CSS3 AngularJS and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published