https://github.com/alexa-samples/skill-sample-nodejs-city-guide
An Alexa Skill Sample showing how to build a skill featuring a single city's landmarks and news.
https://github.com/alexa-samples/skill-sample-nodejs-city-guide
Last synced: about 1 year ago
JSON representation
An Alexa Skill Sample showing how to build a skill featuring a single city's landmarks and news.
- Host: GitHub
- URL: https://github.com/alexa-samples/skill-sample-nodejs-city-guide
- Owner: alexa-samples
- License: other
- Archived: true
- Created: 2016-12-20T18:53:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T23:22:44.000Z (over 3 years ago)
- Last Synced: 2024-08-04T00:04:43.533Z (almost 2 years ago)
- Language: JavaScript
- Size: 204 KB
- Stars: 197
- Watchers: 41
- Forks: 223
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Build An Alexa City Guide Skill

This Alexa sample skill is a template for a basic fact skill. Provided a list of interesting facts about a topic, Alexa will select a fact at random and tell it to the user when the skill is invoked.
To **Get Started** click the button below:
[](./instructions/1-voice-user-interface.md)
Or click [here](./instructions/7-cli.md) for instructions using the ASK CLI (command line interface).
## Additional Resources
### Community
* [Amazon Developer Forums](https://forums.developer.amazon.com/spaces/165/index.html) - Join the conversation!
* [Hackster.io](https://www.hackster.io/amazon-alexa) - See what others are building with Alexa.
### Tutorials & Guides
* [Voice Design Guide](https://developer.amazon.com/designing-for-voice/) - A great resource for learning conversational and voice user interface design.
* [Codecademy: Learn Alexa](https://www.codecademy.com/learn/learn-alexa) - Learn how to build an Alexa Skill from within your browser with this beginner friendly tutorial on Codecademy!
### Documentation
* [Official Alexa Skills Kit Node.js SDK](https://www.npmjs.com/package/ask-sdk) - The Official Node.js SDK Documentation
* [Official Alexa Skills Kit Documentation](https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html) - Official Alexa Skills Kit Documentation