Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/narkoz/z
- Owner: NARKOZ
- License: bsd-2-clause
- Created: 2011-08-04T21:49:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-28T07:07:39.000Z (about 13 years ago)
- Last Synced: 2024-11-19T20:51:54.660Z (3 months ago)
- Topics: nodejs, twitter, twitter-client
- Language: JavaScript
- Homepage:
- Size: 4.35 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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 accordingly2) serverside - stable on userstreams and very stable on proxied requests
- handle and proxy all oauth requests, particularly the userstreamlicense:
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.