https://github.com/ref-bit/ai-act
A web app to read news from different resources through Alan AI.
https://github.com/ref-bit/ai-act
ai alan-ai material-ui news newsapi react reactjs
Last synced: 2 months ago
JSON representation
A web app to read news from different resources through Alan AI.
- Host: GitHub
- URL: https://github.com/ref-bit/ai-act
- Owner: Ref-Bit
- Created: 2020-08-31T13:16:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T08:50:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T04:29:28.499Z (4 months ago)
- Topics: ai, alan-ai, material-ui, news, newsapi, react, reactjs
- Language: JavaScript
- Homepage: https://ai-news-act.netlify.app
- Size: 498 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AI Act 🤖
A web app to read news from different resources through Alan AI.
---
#### Built With
- [React.js](https://reactjs.org) - A JavaScript library for building user interfaces.
- [Alan AI](https://alan.app) - Add a Voice Assistant to your application.
- [News API](https://newsapi.org) - Search worldwide news with code.
- [Material-UI](https://material-ui.com) - Build your own design system, or start with Material Design.#### Getting Started
- Run `npm install` to install npm packages.
- Register at News API and get your API key.
- Register at Alan AI and paste your API key in a new `.env` file.
- Create a new Alan asstiant.
- Implement the code base in Alan AI environment from [Base Code](https://gist.github.com/Ref-Bit/4242956a21388aaf7e36a44a1f8c625a).
- Paste your `NEWS_API_KEY` in the code base.
- Run `npm start` to run the app successfully in development environment.