Skip to content

dariusk/node-twitter-sign-in-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tiny Express-powered Node.js client for handling Twitter OAuth requests.

Clone, then install modules:

npm install

You'll need to create lib/secret.json that contains your credentials for interacting with Twitter. It should take this format:

{
  "twitter_keys": {
    "consumer_key": "",
    "consumer_secret": "",
    "callbackURL": ""
  }
}

Run the server by executing index.js:

node index

Note: This is just the server-side implementation; you'll need a front-end to actually sign in with Twitter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%