Skip to content

MillerTom/twitter-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published