Voice controlled News Application.
Provides the latest news based on the input given via voice.
Clone the project
git clone https://github.com/thisisutkarsh/XNews.git
Install dependencies
npm install
Setup .env file
- Create a .env file in the main directory
- Get your sdk key from Alan studio and add it in REACT_APP_KEY
Start the server
npm run start