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

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

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.