This project is a web application built using Svelte that scrapes GitHub user contributions data and displays it in a user-friendly format. It serves as a demonstration of web scraping and data visualization using Svelte.
To get started with this project, follow these steps:
Clone the Repository:
git clone https://github.com/shubhamm69/svelte-webscraping.git
cd svelte-webscraping
Install Dependencies:
pnpm i
Run the Development Server:
pnpm run dev
This will start a development server, and you can view the app by opening a web browser and navigating to http://localhost:5000
.
Enter GitHub Username: On the app's home page, enter the GitHub username for which you want to fetch contributions data.
Customize Heatmap: Use the customization options to adjust the heatmap's appearance and behavior according to your preferences.
View Contributions: Interact with the heatmap to view contributions details for specific days.
Contributions are welcome! If you'd like to contribute to this project, please follow the Contributing Guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.