Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 392 Bytes

Prerequisites

Setup

  1. Enter your app key and secret in the code. (Look for APP_KEY and APP_SECRET.)
  2. Install dependencies: mvn

Running

  1. Compile: `javac -cp "libs/*" App.java
  2. Run: java -cp "libs/*:." App

Open the browser to http://127.0.0.1:5000.