Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevengill/npmAlexa
Alexa app to ping npm api
https://github.com/stevengill/npmAlexa
Last synced: about 2 months ago
JSON representation
Alexa app to ping npm api
- Host: GitHub
- URL: https://github.com/stevengill/npmAlexa
- Owner: stevengill
- Created: 2016-01-05T01:04:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T01:04:53.000Z (about 9 years ago)
- Last Synced: 2024-10-28T20:43:32.278Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Npm info Alexa App
This is an Alexa app to connect to npm and get back info for a module
## Setup for yourself
1. Clone this repo and run `npm install`
2. Create a alexa app on amazon alexa website
4. Make sure you have enabled your Alexa for development
5. Setup a Amazon lambda instanace and connect with alexa app
6. Generate utterances and copy over to alexa app website
7. Zip this repo and upload to lambda## Generate zip for upload to lambda
npm run zip