GithubHelp home page GithubHelp logo

apleroy / alexaskillsproject Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 3.0 871 KB

Alexa Skill built using .NET 4.5 / C# layered web api, Entity Framework 6, Unity DI/IoC - used to get common SAT verbal grammar words and their definitions and examples.

Home Page: https://www.amazon.com/dp/B06WWQ6T3T/ref=sr_1_1?s=digital-skills&ie=UTF8&qid=1488332021&sr=1-1&keywords=grammar+tool

C# 93.69% CSS 0.47% ASP 0.04% HTML 1.85% JavaScript 3.95%

alexaskillsproject's Introduction

Project README

This project is an Alexa Skill application called "Grammar Tool".

Tech Stack

  • It is built as a layered .NET/C# application, with tiers for web app & web api, service layer, repo layer, and domain specifics.

  • The project stack is .NET 4.5, Entity Framework 6, and Unity for Dependnecy Injection and Inversion of Control. The project is hosted on Microsoft Azure.

  • The AlexaSkillProject.WebApp project hosts the web app and web api.

  • The initial entry point for the Alexa Skill is in the AlexaController at [HttpPost, Route("api/v1/alexa/grammartool")]

  • The Alexa skill uses the service layer (AlexaSkillProject.Services) to validate the request, map and persist the request (Azure SQL Server), and deliver an appropriate response.

  • The Pearsons Dictionary API is used to retireve a Part of Speech, Definition, and Example for any given word (and the result is stored locally). (http://developer.pearson.com/apis/dictionaries)

  • Unity Inversion of Control Container is used for Dependency Injection (AlexaSkillProject.WebApp > App_Start > WebApiConfig)

About the Alexa Skill

  • Invoke the Skill by saying "Alexa, Open Grammar Tool".

  • Ask for the Word of the Day: "What is the Word of The Day?"

  • Alexa will give a word of the day, its part of speech, definition, and an example. Alexa will then prompt the user to repeat the word.

  • Alexa will continue with additional words with "Get Another Word".

  • One shot request: "Alexa, Ask Grammar Tool what is the Word of The Day?""

About the Web App

alexaskillsproject's People

Contributors

apleroy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.