Scraping the Web with Node.js + Finding Undocumented APIs and Reversing Engineering Data Formats. This is my approach to make my protfolio project section more dynamic
- running in development :
- create a .env file and supply it with you desired github profile
- for example
BASE_URL = https://github.com/your_user_profile
- cd to
/server
then runnode index.js
to test your scraper
- running in production :
- fetch url =
https://github-scraper-api.herokuapp.com/api/github/?username=YOUR_GITHUB_NAME
- you can test the API here
- please be mindful with your use
- fetch url =
- nodeJs
- axios
- cheerioJs
- jQuery
this project is fully developed by me , if you have any questions conserning the code please feel free to reach out to me on linkedin don't stop coding ...