Skip to content

Twitter API wrapper using OAuth1Binding of Meteor Twitter Service

Notifications You must be signed in to change notification settings

jdlnolen/meteor-twitter-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Twitter API Package

meteor-twitter-api is a simple package to wrap the Twitter API using Meteor's Twitter Service OAuth1Binding class.

Latest Version: 0.1.0

Previous Version: 0.1.0

Install

To install in a new project:

> mrt add twitter-api

To update an existing project:

> mrt update twitter-api

Run the Example

> git clone https://github.com/sewdn/meteor-twitter-api.git twitter-api
> cd twitter-api/examples/basic
> mrt

Run Tests

no tests for now

Get Started

if (Meteor.isServer) {
    var twitter = new Twitter();
}

...

Meteor.methods({
  followMe: function () {
    twitter.follow("mytwitterHandle");
  }
});

...

About

Twitter API wrapper using OAuth1Binding of Meteor Twitter Service

Resources

Stars

Watchers

Forks

Packages

No packages published