twitter-auth

0.0.7 • Public • Published

Twitter-Auth for Express.js

Do you want to install it?

npm install twitter-auth

Do you want to require twitter authorization for some route?

app.get("/need_twitter", tauth.RTA, function(req, res){
	req.twitterUser.tweet("Cool yeah");
	res.send({});
});

You can see in the example how this can be accomplished

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.7
    12
    • latest

Version History

Package Sidebar

Install

npm i twitter-auth

Weekly Downloads

78

Version

0.0.7

License

none

Last publish

Collaborators

  • bvaldivielso