Coder Social home page Coder Social logo

shubham-kaushal / jovo-framework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jovotech/jovo-framework

0.0 0.0 0.0 50.79 MB

๐Ÿ”ˆ The Open Source Voice Layer: Build Voice Experiences for Alexa, Google Assistant, Samsung Bixby, Web Apps, and much more

Home Page: https://www.jovo.tech

License: Apache License 2.0

JavaScript 0.74% TypeScript 99.16% HTML 0.10%

jovo-framework's Introduction

Jovo Framework

We're working heavily on Jovo v4! Check out the v4/latest branch for more information

Jovo Framework

The Open Source Voice Layer: Build Voice Experiences for Alexa, Google Assistant, Samsung Bixby, Web Apps, and much more

app.setHandler({
    LAUNCH() {
        return this.toIntent('HelloWorldIntent');
    },

    HelloWorldIntent() {
        this.ask('Hello World! What\'s your name?', 'Please tell me your name.');
    },

    MyNameIsIntent() {
        this.tell('Hey ' + this.$inputs.name.value + ', nice to meet you!');
    },
});

The main features of the Jovo ecosystem are:

๐Ÿš€ Join our newsletter for free courses on voice app development: www.jovo.tech/newsletter

Table of Contents


We're glad to be supported by respected companies and individuals in the voice-first industry. See our Open Collective to learn more.

Gold Sponsors

Silver Sponsors

Bronze Sponsors

Find all supporters in our BACKERS.md file.

Support Jovo on Open Collective


Usage

Learn more in our Quickstart Guide.

Install the Jovo CLI:

$ npm install -g jovo-cli

Create a new Jovo project:

# Default: Create new JavaScript project
$ jovo new <directory>

# Alternative: Create new TypeScript project
$ jovo new <directory> --language typescript

Go into project directory and run the Jovo development server:

# Go into project directory (replace <directory> with your folder)
$ cd <directory>

# Run local development server
$ jovo run

# Press "." to open the Jovo Debugger

Benefits

Learn more

Contributing

We strongly encourage everyone who wants to help the Jovo development take a look at the following resources:

jovo-framework's People

Contributors

aswetlow avatar beyhanesen avatar brody-ly avatar chrisjoj avatar dominik-meissner avatar donth77 avatar error404notfound avatar fgnass avatar freisms avatar gpalozzi avatar gwythyr avatar igx89 avatar ismaelgt avatar jankoenig avatar jkcchan avatar jordanmontel avatar justwriteapps avatar kaankc avatar kouz75 avatar m-ripper avatar natrixx avatar omenocal avatar renatoalencar avatar rmtuckerphx avatar rubenaeg avatar stammbach avatar stephen-wilcox avatar thebenforce avatar voice-first-ai avatar zach-morgan 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.