|
@@ -2,7 +2,7 @@
|
2
|
2
|
PokeStat is an app designed for any product supporting Amazon Alexa, which can provide any Pokemon's base stats on demand, including alternate forms, Mega Evolutions, and Primal Reversions! Simply call the app through a phrase like, "Alexa, open PokeStat" and quickly gain access to valuable stat information. It was written using the Amazon Alexa Skills Kit (ASK) and Java for the lambda function, to be run on AWS Lambda.
|
3
|
3
|
|
4
|
4
|
<br>
|
5
|
|
-
|
|
5
|
+<div style="text-align:center"><img src="http://sunquyman.xyz/pokestat/img/PokeStatLogo_108x108.png"/></div>
|
6
|
6
|
<br>
|
7
|
7
|
<br>
|
8
|
8
|
## Functionality
|
|
@@ -25,12 +25,12 @@ The file structure is primarily based on the ASK example folder and Maven build
|
25
|
25
|
|
26
|
26
|
<b>src/main/java/pokestat: </b> Holds the source files for the project.
|
27
|
27
|
* <b>speechAssets: Contains the IntentSchema, utterances file, and slot type information.</b>
|
28
|
|
-<b>target: </b> Contains the exports of the Maven build, including .jars
|
29
|
|
-<b>pom.xml </b> Simply the Maven pom.xml, build information
|
|
28
|
+<br><b>target: </b> Contains the exports of the Maven build, including .jars
|
|
29
|
+<br><b>pom.xml </b> Simply the Maven pom.xml, build information
|
30
|
30
|
|
31
|
31
|
## Building:
|
32
|
32
|
Navigate to the main directory, /pokestat, and run:
|
33
|
|
-$ mvn assembly:assembly -DdescriptorId=jar-with-dependencies package
|
|
33
|
+<br>$ mvn assembly:assembly -DdescriptorId=jar-with-dependencies package
|
34
|
34
|
<br>
|
35
|
35
|
|
36
|
36
|
## Future Implementation
|