mrt:twit

v0.2.0Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Twit by ttezel

Node.js Twitter API client.

Repackaged for Meteorite.

Create new Twit

Place this on the server side

Twit = new TwitMaker({
    consumer_key:         '...'
  , consumer_secret:      '...'
  , access_token:         '...'
  , access_token_secret:  '...'
});

Usage

See original repo.