Spaces:
Starting
Starting
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
This is a Flask-based API that fetches GitHub repositories tagged with “Hacktoberfest” across different programming languages.
|
| 2 |
|
| 3 |
-
Features
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 8 |
|
| 9 |
-
Tech Stack
|
| 10 |
|
| 11 |
-
|
| 12 |
-
• Flask
|
| 13 |
-
• BeautifulSoup4
|
| 14 |
-
|
|
|
|
| 1 |
This is a Flask-based API that fetches GitHub repositories tagged with “Hacktoberfest” across different programming languages.
|
| 2 |
|
| 3 |
+
### Features
|
| 4 |
+
• Retrieve repositories for popular languages including Python, JavaScript, HTML, TypeScript, Java, C++, PHP, Go, CSS, and C.
|
| 5 |
+
• Get all repositories for these languages at once or fetch repositories specific to a single language.
|
| 6 |
+
• Simple error handling and CORS enabled for cross-origin access.
|
| 7 |
|
| 8 |
+
### Tech Stack
|
| 9 |
+
• Python
|
| 10 |
+
• Flask
|
| 11 |
+
• BeautifulSoup4
|
| 12 |
|
|
|
|
| 13 |
|
| 14 |
+
Deployed Link: https://arpy8-github-repo-scraper.hf.space/
|
|
|
|
|
|
|
|
|