Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.1 KB

File metadata and controls

30 lines (15 loc) · 1.1 KB

Voice-Controlled-News-Application

This conversational voice controlled news application is developed using react.It allows the users to add voice capabilities and the news is fetched according to the commands given by the user

Web application where the user will get up-to-date news and the interesting feauture is that user can interact with the app using voice .

image

Click on the mic button at the bottom right corner and start interacting...

image

How To Use

Installation

First clone this repository.

Install dependencies. Make sure you already have nodejs & npm installed in your system.

        $ npm install 

Register to Alan Studio & newsapifor API key & create a new project on alan studio.

Navigate to /scr/bakend folder and copy all the files to the newly created project on alan studio

Start a server

        $ npm start