Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 825 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 825 Bytes

FE_RSSFeedReaders

A simple Angular RSS News feed readers, web scraping, baotintuc.vn clone.

Setup environment variable

./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.

Commands

  • Use npm install to install and then npm start to start the project.

Screenshot

Home Read