Skip to content

garrethdev/top_meme_tweets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Top Meme Tweets

Use the Twitter Search API to find the top tweets for a given hashtag.

To use:

Create your Twitter API Application

  1. Go to http://dev.twitter.com/apps and create a new read-only application. Your callback URL should be specified as http://localtest.me:8080/oauth.
  2. Once you've set it up, have Twitter generate an access token for you.
  3. Create four environment variables from the data on your app settings page:
export TWITTER_CONSUMER_KEY=(your Consumer key)
export TWITTER_CONSUMER_SECRET=(your Consumer secret)
export TWITTER_ACCESS_TOKEN=(your Access token)
export TWITTER_ACCESS_TOKEN_SECRET=(your Access token secret)
  1. Install nodemon and the app dependencies, then start the server:
$ npm install -g nodemon
$ npm install
$ nodemon server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • CSS 12.9%