Skip to content

subhog/meteor-twit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Twit: Twitter API Client by ttezel - Meteorite package

Resources

Stars

Watchers

Forks

Packages

No packages published