Skip to content

Commit

Permalink
Merge pull request #19 from munir131/feature/yarn-support
Browse files Browse the repository at this point in the history
Added yarn
  • Loading branch information
ghaiklor authored Dec 10, 2016
2 parents 1c5884d + 3afb222 commit 81b6e68
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 81b6e68

Please sign in to comment.