Skip to content

santhanuss/alexa-ai-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Alexa AI Server 🤖🎙️

This is a Node.js Express server that powers an Alexa skill using AI.

## Features

- REST API endpoint for Alexa

- Uses free AI model (Groq / OpenAI-compatible)

- Secure via environment variables

- Works with ngrok or public HTTPS

## Run locally

npm install

node server.mjs

Server runs at:



http://localhost:3000



API

POST /ask

{

  "question": "What is artificial intelligence?"

}





Response:



{

  "answer": "AI is the ability of machines to think like humans..."

}



Author



Santhanuss 🚀





---




About

Alexa-AI integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors