Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 504 Bytes

README.adoc

File metadata and controls

20 lines (13 loc) · 504 Bytes

Everton Fixtures Alexa Skill

An Amazon Alexa Skill to tell you what the next Everton FC fixture is.

Build

First create a local file called gradle.properties in the root of the project that contains the following:

APPLICATION_ID=<REPLACE_WITH_YOUR_APP_ID>
REST_API_TOKEN=<REPLACE_WITH_YOUR_API_TOKEN>

Once done you can create a ZIP file that can be deployed to Amazon AWS Lambda by running:

$ ./gradlew build