1.0.0 • Published 4 years ago

parque-magico v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Peces and July Alexa Skill

First skill 🤓

Overview 📄

Simple fun facts to start creating a skill for Alexa, with a local server

How To 🛠️

Requirements

  • NodeJs and npm
  • Alexa Skill Local ( Lambda Code ) written in Node.js
  • DynamoDbPersistanceAdapter

Installation

Use Node.js. This project has been developed with v12.16.2

Install the npm project

$ npm install

Install alexa-skill-local. It can be installed globally (recommended) or in your project directory (in this case you many want to run it from npm scripts in package.json).

$ npm install -g alexa-skill-local

Give permissions to DynamoDbPersistanceAdapter to allow save data between sessions

Usage

Run alexa-skill-local command.

$ alexa-skill-local

When prompted open http://localhost:3001 in your browser. Login with your Amazon developer account to grant alexa-skill-local an access to update your skill's endpoint

More Resources 📢

Author ✒️

  • Raquel Peces - Initial work and documentation - [RaquelPeces](https://github.com/raquelfishes)
  • Julio Martin - Initial work and documentation - [JulioMartin](https://github.com/JulioUrjc)