In addition to news, you can also ask for weather. A live version of the application can be found here - Live
For news:
Get me the latest news
For weather (make sure to say a city name):
What's the weather like in Berlin
For news on a particular topic:
Get me the news on ${topicName}
For news on a particular category (the categories are mentoned in the card on the homepage):
Get me the news on ${categoryName}
To open a particular article :
Open article ${articleNumber}
In the project directory, you can run:
Installs all the dependencies required to run the project.
To run the project, add your Alan AI API key in the App.js file.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.