News Aggregator is a news viewer that extracts information from multiple RSS feeds and sorts them by date.
- Multiple RSS feeds
- sorts them by date
- Filter by RSS feed
- Convert XML structure to JSON
- Angular 11.0.5 - Platform for building mobile and desktop web applications
- Compodoc 1.1.11 - Generating documentation for your Angular project
- Firebase - Helps you build and run successful apps
- Travis CI - Continuous integration service
- Run
npm install
In the package.json file a script is configured that automatically opens a new tab in the browser. Feel free to change this instruction
- Run
npm start
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
In the package.json file, a script is configured that by default uses the --prod
flag for a production build. Feel free to change this instruction
The build artifacts will be stored in the dist/
directory.
- Run
npm run build