Teste-1---WebScraping

What does this project do?

  • It scraps this website to find the latest version of the Componente Organizacional of Padrão TISS.
  • How:
    • Find the href from URL which leads to URL then find the href that downloads the PDF (padrao_tiss_componente_organizacional_202108.pdf)

How to run

  • Install dependencies.
yarn install
  • Run the script.
yarn start

Dependencies

  • Axios

Details

  • Written in javascript, it uses axios and regex to find the html tags and captures it's href attribute.