Develop an automatically updating website that extracts project descriptions from README files of projects from specified repositories.
- faaizz/cloud_learning
- faaizz/code_demos
For information extraction, a README parser is needed, and the following information should be extracted on a per-project basis:
- Project name
- Project description
- List of topics that characterize the project.
The extracted information should be dumped in a JSON file, which then serves as data input into a Next.js web application for static code generation.
Develop an automatically updating website that extracts project descriptions from README files of projects from specified repositories.
For information extraction, a README parser is needed, and the following information should be extracted on a per-project basis:
The extracted information should be dumped in a JSON file, which then serves as data input into a Next.js web application for static code generation.