This project is pretty ambitious, trying to implement 3 features in 1 site. Firstly there is a resume builder that works directly out of github Secondly there is a readme explainer that has some creative ways of seeing things Thirdly there is a space to see the most starred projects in each domain.
https://shn-1-github-api.vercel.app/ link to video
- Explaining the working of project
- Embed video of project demo
Library Name - Version (requirements) altair==5.3.0 appdirs==1.4.4 @google/generative-ai==0.16.0 body-parser==1.20.2 cors==2.8.5 dotenv==16.4.5 express==4.19.2
Instructions for setting up project:
- Initialize project using npm init -y
- Install dependencies using npm install
- Create .env File with: PORT=3000 API_KEY=your_api_key_here (Gemini API key)
- Type node server.js on terminal to run the express server at port 3000.
- Run index.html using liveserver or browser.
Type node server.js on terminal to run the express server at port 3000 and Run index.html using liveserver or browser. OR Just visit the above mentioned site and you are good to go..
