Skip to content

Commit

Permalink
Added yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
munir131 committed Dec 8, 2016
1 parent be9ec1b commit 3afb222
Show file tree
Hide file tree
Showing 2 changed files with 1,897 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@
This module lets you authenticate using Twitter in your Node.js applications.
By plugging into Passport, Twitter authentication can be easily and unobtrusively integrated into any application or framework that supports [Connect](http://www.senchalabs.org/connect/)-style middleware, including [Express](http://expressjs.com/).

## Installation
### Installation

#### Using npm

$ npm install passport-twitter-token

#### Using yarn

$ yarn add passport-twitter-token

## Usage

### Configure Strategy
Expand Down
Loading

0 comments on commit 3afb222

Please sign in to comment.