New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/prosavage/github-contributions-chart-data

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/prosavage/github-contributions-chart-data

  • v0.0.0-20241005215411-8e00a2d382c2
  • Source
  • Go
  • Socket score

Version published
Created
Source

Github Contributions Chart Data

This is a simple program that scrapes the Github contributions chart data from the user's profile page and returns it in JSON format.

You are welcome to use my hosted version: https://gh-contributions-chart-data.fly.dev/contributions/<github-username>

Data is cached for 1 hour.

Example: https://gh-contributions-chart-data.fly.dev/contributions/prosavage

The format is as follows:

{
    "contributions": [
        "2017": [
            {
                "date": "2017-01-01",
                "level": 0,
                "count": 0
            },
            ...
        ],
        ...
    ],
    "totals": {
        "2017": 3,
        "2018": 1341,
        ...
    }
}

FAQs

Package last updated on 05 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc