/tweet-search

Demo application for #devignition2016 talk

Primary LanguageJavaOtherNOASSERTION

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