Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/narkoz/z

an attempt at a browser based realtime twitter client in node.js
https://github.com/narkoz/z

nodejs twitter twitter-client

Last synced: 16 days ago
JSON representation

an attempt at a browser based realtime twitter client in node.js

Awesome Lists containing this project

README

        

about:

this is a "two part" twitter client i am writing in my spare time. by "two part" i mean:

1) clientside - stable but still in progress and under testing
- interprets and displays all raw (json) api data
- updates (eg, relative time) and prunes this data accordingly

2) serverside - stable on userstreams and very stable on proxied requests
- handle and proxy all oauth requests, particularly the userstream

license:

the code as a whole is licensed under the freebsd license.

some contained code is based on http://github.com/kazuyukitanimura/designo, the streaming
code from http://github.com/jdub/node-twitter, and a free template from arcsin.se. see
the public/js/lib folder for the full javascript source of libs.min.js.