Skip to content

noahmatsell/7-Twitter_Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7-Twitter_Interface

An Express app that authenticates with Twitter to show recent activity and send tweets.

To run locally:

  • Create a config.js file on the root and add your Twitter App credentials:
module.exports = {
  consumer_key: "YOUR-CONSUMER-KEY",
  consumer_secret: "YOUR-CONSUMER-SECRET",
  access_token: "YOUR-ACCESS-TOKEN",
  access_token_secret: "YOUR-ACCESS-TOKEN-SECRET"
};
  • Run npm install and npm start

About

An Express app that authenticates with Twitter to show recent activity and send tweets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published