Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 515 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 515 Bytes

90days.us

A website to track tweets globally relating to the immigration ban

90daysgif

Setup

  • Register an application/as an app developer with Twitter

  • Create a credentials.js file in the following format

module.exports = {
    consumer_key: 'Your_Twitter_Consumer_Key_here',
    consumer_secret: 'Your_Twitter_Consumer_Secret_here',
    token: 'Your_Twitter_Token_here',
    token_secret: 'Your_Twitter_Token_Secret_here'
}
  • Run npm install

  • Run npm start

Done :)