Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 400 Bytes

readme.md

File metadata and controls

26 lines (16 loc) · 400 Bytes

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.