|
1 year ago | |
---|---|---|
src/main/java/pokestat | 4 years ago | |
target | 4 years ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
pom.xml | 2 years ago |
PokéStat is an app designed for any product supporting Amazon Alexa, which can provide any Pokémon’s base stats on demand, including alternate forms, Mega Evolutions, and Primal Reversions! Simply call the app through a phrase like, “Alexa, open PokéStat” and quickly gain access to valuable stat information. PokéStat is written using the Amazon Alexa Skills Kit (ASK) and Java for the AWS Lambda backend.
PokéStat accepts phrases such as:
To end PokéStat, just use any of Alexa’s default closing or end phrases. Alternatively, PokéStat has the in-built phrases:
The file structure is primarily based on the ASK example folder and Maven build structure.
src/main/java/pokestat: Holds the source files for the project.
target: Contains the exports of the Maven build, including .jars
pom.xml: Simply the Maven pom.xml, build information
Navigate to the main directory, /pokestat, and run:
$ mvn assembly:assembly -DdescriptorId=jar-with-dependencies package