Skip to content

A Spring Boot application that fetches and displays a GitHub user's recent activity through a REST API, viewable from the command line/Postman.

Notifications You must be signed in to change notification settings

adhavshruti12/github-activity-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

github-activity-fetcher

Overview

  • This project is a simple Spring Boot application that allows you to fetch and display a GitHub user's recent activity from the command line. The application exposes a REST API endpoint which you can interact with using tools like curl or Postman.
  • This project is designed to showcase my skills in developing REST APIs using Spring Boot.

Features

  • Fetch recent GitHub activity for a specified user.
  • Display activity including commits, issues, stars, etc.
  • Handle errors gracefully, such as invalid usernames or API failures.

Requirements

  • Java 11 or higher
  • Maven
  • GitHub account (for testing purposes)

About

A Spring Boot application that fetches and displays a GitHub user's recent activity through a REST API, viewable from the command line/Postman.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages