A simple Angular RSS News feed readers, web scraping, baotintuc.vn clone.
./src/environments/environment.ts
export const environment = {
production: false,
newsSource: "https://baotintuc.vn",
corsApi: "cors-proxy4.p.rapidapi.com",
corsApiKey: "<Your API key>",
};
I'm using CORS Proxy API to bypass CORS, you can use your own CORS Proxy server and skip this part.
- Use
npm install
to install and thennpm start
to start the project.