Readme Activity Feed
Simple NPM package for generating list of recent Github activity of a user to put in your profile README.md
.
This works similarly to github-activity-readme or
activity-box but it's a actually library rather than an action.
Installation
npm install readme-activity-feed
Usage
This library exports generate
function with alias Generate
. It takes 3 arguments:
Parameter | Type | Optional | Default | Description |
---|---|---|---|---|
username | string |
Github username of a user. | ||
maxEvents | number |
✓ | 5 | The maximum number of lines generated. |
token | str |
✓ |
GITHUB_TOKEN environment variable |
The PAT used for authentication to the Github API. This don't need to be provided but then, you can hit the ratelimit. |
Usage
You can see how it work on my profile readme
const readmeActivityFeed = require("readme-activity-feed")
console.log(readmeActivityFeed.generate("MrBartusek"))
Example Output: