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

/twitter-auth/

    Package Sidebar

    Install

    npm i twitter-auth

    Weekly Downloads

    73

    Version

    0.0.7

    License

    none

    Last publish

    Collaborators

    • bvaldivielso