Skip to content

🌴🏠Treehouse - Project 7 - Build a Twitter Interface

Notifications You must be signed in to change notification settings

anoopmundathan/twitter-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-api

Treehouse - Project7 - Build a Twitter Interface

Twitter’s REST API to access Twitter profile information and render to the user. The page authenticate access to Twitter profile and use this access to populate three columns with twitter data.

This app does following

  • Display 5 most recent tweets
  • Display 5 most recent friends
  • Display most recent private messages
  • Ability to post new tweet

Getting Started

Setup

$ git clone https://github.com/anoopmundathan/twitter-api.git
$ cd twitter-api

Install

$ npm install 

Run

node server.js

View

Open browser and visit http://localhost:3000

Note

Before running the app update config.json file with correct twitter [API Keys]. Obtain API keys from here

About

🌴🏠Treehouse - Project 7 - Build a Twitter Interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published