Skip to content

This is an Express project which utilizes Node, Pug & the Twitter API to render some of a Twitter users tweets, friends & messages.

License

Notifications You must be signed in to change notification settings

apalm112/FSJS-Twitter-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack JavaScript Project #7: Build a Twitter-Interface

This project uses Twitter’s REST API to access your Twitter profile information and render it to a user. The page automatically authenticates access to your Twitter profile. It uses this access to populate three columns on your page:

  • Your 5 most recent tweets.
  • Your 5 most recent friends.
  • Your 5 most recent direct messages.

Installation

  • Clone the GitHub repository and use npm to install the dependencies.
  • Then paste your own Twitter API keys into the routes/config.js file.
$ git clone https://github.com/apalm112/FSJS-Twitter-Interface.git
$ cd FSJS-Twitter-Interface/
$ npm install
$ npm start

About

This is an Express project which utilizes Node, Pug & the Twitter API to render some of a Twitter users tweets, friends & messages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published