Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 542 Bytes

Twitter Stream Demo

Tweet streaming demo using Twitter streaming API

  1. Clone the project

  2. npm install

  3. Create .env file and open it.

  4. Copy your Twitter app keys from developer account.

Once you've create new developer account and made an app, you can see the Keys and Tokens, copy the api keys like below.

CONSUMER_KEY=<Consumer Key>
CONSUMER_SECRET=<Consumer Secret>
ACCESS_TOKEN=<Access Token>
ACCESS_TOKEN_SECRET=<Acess Token Secret>
  1. node index.js

  2. Open public/index.html