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.
- 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