0.1.4 • Published 11 years ago

twitterwall v0.1.4

Weekly downloads
11
License
-
Repository
github
Last release
11 years ago

Twitterwall

Project Status: Working on a complete rewrite. Project has not been touched since two years and has to be updated.

ToDo

  • preload user images before displaying tweet
  • enable different filtering options (locations, multiple keywords)
  • enable option to change display order (random, linear)

Installation

First you should get credentials for accessing the Twitter API. Those can be obtained via dev.twitter.com after setting up a new app.

$ git clone https://github.com/cmichi/twitterwall.git
$ cd twitterwall/

# create a file for twitter auth details
$ cat > config.js
exports.consumer_key = 'key';
exports.consumer_secret = 'secret';
exports.access_token_key = 'key';
exports.access_token_secret = 'secret';
^C

# install the necessary dependencies from the package.json
$ npm install	
$ node server.js

Then open http://localhost:3000/. To stream a specific keyword use http://localhost:3000/?keyword.

Libraries & Icons

License

Copyright (c) 2013

	Michael Mueller <http://micha.elmueller.net/>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago