Provides some stats about a Yammer organisation.
- Clone repository
- Run
gradle build
(either using a local installation of Gradle or running the gradlew wrapper) - Get an application access token for your organisation and update the property 'yammer.accesstoken' (see application.properties.example)
- Run the built jar file
curl localhost:8080\toplikes
This should get you a response similar to: [ { "name": "Adam Londero", "likes": 1337 } ]