Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Expanding on running instructions
  • Loading branch information
kulor committed Aug 26, 2012
1 parent 41e6c2c commit 6a5abb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
@@ -1,9 +1,11 @@
passportjs-express-example
==========================

Passportjs basic working example using Twitter oauth as I felt the documentation at http://passportjs.org/ was too scattered to easily hit the ground running.
Passportjs basic working example using Twitter oauth as I felt the documentation at http://passportjs.org/ was too scattered to be able to easily hit the ground running.

Running the app with your credentials
-------------------------------------

git clone https://github.com/kulor/passportjs-express-example.git
cd passportjs-express-example
npm install
TWITTER_CONSUMER_KEY=xxx TWITTER_CONSUMER_SECRET=xxx node app.js

0 comments on commit 6a5abb3

Please sign in to comment.