arpy8 commited on
Commit
a0feeee
·
2 Parent(s): fd297c43894763

Merge pull request #4 from Alok-Yadav25/main

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