Skip to content

cygnusss/LastTweetTonight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LastTweetTonight

alt LastTweetTonight

Table of Contents

  1. About
  2. Requirements
  3. Development
    1. Set Environmental Variables
    2. Start Development
  4. Application Flow

About

Last Tweet Tonight –– a unique application for true fans of John Oliver. Have you ever felt like a twitter account alone is not enough for John Oliver? And he deserves more than that – like, say, a separate app? Well, good news! There is now an app that lets you see John Oliver's tweets and not get distracted by all the unnecessary functionality of the popular app. Here's some information on how to use it.

Requirements

  • Node 9.2.x
  • React 16.3.x
  • npm 5.6.x

Development

  1. For the from cygnusss/LastTweetTonight on github
  2. Clone down your fork
  git clone https://github.com/<username>/LastTweetTonight
  1. Move into the repo after it's been cloned onto your machine by typing the following command:
  cd LastTweetTonight 
  1. Install the dependencies:
  npm install

Set Environmental Variables

  1. Create a .env file and open it
  2. Put in your twitter app (https://apps.twitter.com/) secret information:
  CONSUMER_KEY='YOUR_KEY'
  CONSUMER_SECRET='YOUR_SECRET'
  ACCESS_TOKEN='YOUR_TOKEN'
  ACCESS_TOKEN_SECRET='YOUR_TOKEN_SECRET'
  1. Save the file and exist

Start Development

Run the following command to start the local server:

  npm run server-dev

Run the following command to build bundle.js:

  npm run react

Application Flow

alt AppFlow

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published