Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bignerdranch/alexa-airportinfo
Node.js src for the article "Developing Alexa Skills Locally with Node.js"
https://github.com/bignerdranch/alexa-airportinfo
Last synced: 3 months ago
JSON representation
Node.js src for the article "Developing Alexa Skills Locally with Node.js"
- Host: GitHub
- URL: https://github.com/bignerdranch/alexa-airportinfo
- Owner: bignerdranch
- Archived: true
- Created: 2016-02-15T20:32:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T13:03:04.000Z (over 7 years ago)
- Last Synced: 2024-04-22T04:51:23.398Z (7 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 61
- Watchers: 10
- Forks: 38
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###Completed solution for the blog article "Developing Alexa Skills Locally with Node.js"
part 1: [https://www.bignerdranch.com/blog/developing-alexa-skills-locally-with-nodejs-setting-up-your-local-environment/](https://www.bignerdranch.com/blog/developing-alexa-skills-locally-with-nodejs-setting-up-your-local-environment/)
part 2: [https://www.bignerdranch.com/blog/developing-alexa-skills-locally-with-nodejs-implementing-an-intent-with-alexa-app-and-alexa-app-server/](https://www.bignerdranch.com/blog/developing-alexa-skills-locally-with-nodejs-implementing-an-intent-with-alexa-app-and-alexa-app-server/)Node is required to run the test suite(the article will guide you on getting set up #add link).
To run the tests once you have installed node:- npm install
- npm test