https://github.com/cakebaker/less-noise
A Twitter client using Node.js
https://github.com/cakebaker/less-noise
Last synced: 10 months ago
JSON representation
A Twitter client using Node.js
- Host: GitHub
- URL: https://github.com/cakebaker/less-noise
- Owner: cakebaker
- Created: 2011-02-22T08:46:14.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-01T06:39:16.000Z (over 14 years ago)
- Last Synced: 2025-01-08T20:11:34.493Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 262 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# less-noise
less-noise is a Twitter client using [node.js](http://nodejs.org).
less-noise is in a very early state, so don't expect too much ;-)
## Requirements
- node.js v0.4.x
- Chrome (in other browsers it probably doesn't look that well...)
## Installation
Download the package.
In the less-noise folder, run
$ npm install
to install its dependencies.
Copy config.js.default to config.js and provide your Twitter credentials.
## Usage
Start less-noise with:
$ node less-noise.js
And then go to http://localhost:3000
## Tests
Running the unit tests:
$ nodeunit test/tests/*
## License
less-noise is licensed under the MIT license.