PokedexAlexaSkill is an Alexa skill built with Node.js that enables users to look up a Pokédex description for any species of Pokémon.
PokedexAlexaSkill is available for free on the Alexa Skill Store as Pokedex (Unofficial). Try it out on any Alexa-enabled device.
Install dependencies before building the project and running tests.
yarn install
The 'build' script runs the TypeScript compiles and outputs build artifacts into the 'dist' directory.
yarn run build
The 'test' script uses jest to execute a suite of unit tests.
yarn run test
The 'pack' script packages built artifacts and bundled dependencies in a zip file that can be deployed to AWS Lambda.
yarn run pack