Skip to content

n3integration/tweet-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet Search App

A basic application that demonstrates a few core concepts of the Play framework including:

Prerequisites:

Run the Application

export TWITTER_CONSUMER_KEY=<Consumer Key (API Key)>
export TWITTER_CONSUMER_SECRET=<Consumer Secret (API Secret)>
export TWITTER_ACCESS_TOKEN=<Access Token>
export TWITTER_ACCESS_SECRET=<Access Token Secret>
activator ~run

Build a Zip Distribution

activator dist

Build a Docker Image

Prerequisites:

activator docker:publishLocal