Git Product home page Git Product logo

twitter-oauth-login-in-nodejs's Introduction

twitter-oauth-login-in-nodejs

๐Ÿ’ฃ Full tutorial can be found on cri.dev! ๐Ÿš€


Create an app on developer.twitter.com and get the following key and tokens:

  • TWITTER_CONSUMER_API_KEY
  • TWITTER_CONSUMER_API_SECRET

and run in your cloned local repository (to clone the repo: git clone [email protected]:christian-fei/twitter-oauth-login-in-nodejs.git):

TWITTER_CONSUMER_API_KEY=[YOUR_TWITTER_CONSUMER_KEY] TWITTER_CONSUMER_API_SECRET=[YOUR_TWITTER_CONSUMER_SECRET] npm start

or alternatively set them in a local .npmrc file like this:

twitter_consumer_api_key=xxx
twitter_consumer_api_secret_key=xxx

and then run npm start


visit http://127.0.0.1:3000/

fastify version

to run the fastify example, run npm run fastify.

connect version

to run the connect example, run npm run connect.

twitter-oauth-login-in-nodejs's People

Contributors

christian-fei avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.