{"id":17117732,"url":"https://github.com/anderspitman/redpill","last_synced_at":"2025-10-07T07:25:37.414Z","repository":{"id":57349978,"uuid":"148930563","full_name":"anderspitman/redpill","owner":"anderspitman","description":"A Matrix code rain implementation that visualizes your latest public GitHub contributations.","archived":false,"fork":false,"pushed_at":"2020-03-07T15:04:37.000Z","size":18,"stargazers_count":10,"open_issues_count":6,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T19:05:35.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anderspitman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-15T18:49:32.000Z","updated_at":"2025-01-09T00:55:59.000Z","dependencies_parsed_at":"2022-09-16T02:10:56.314Z","dependency_job_id":null,"html_url":"https://github.com/anderspitman/redpill","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderspitman%2Fredpill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderspitman%2Fredpill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderspitman%2Fredpill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderspitman%2Fredpill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anderspitman","download_url":"https://codeload.github.com/anderspitman/redpill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665099,"owners_count":21142112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T17:52:35.238Z","updated_at":"2025-10-07T07:25:32.383Z","avatar_url":"https://github.com/anderspitman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\n```\nnpm install redpill-rain\n```\n\n# Basic usage\n\n\n```html\n\u003c!-- index.html --\u003e\n\n\u003c!doctype html\u003e\n\u003chtml\u003e\n  \u003cbody\u003e\n    \u003cdiv id='root'\u003e\u003c/div\u003e\n    \u003cscript src='/index.js'\u003e\u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n```javascript\n// index.js\n\nimport { Rainer } from 'redpill-rain';\n\nconst rainer = new Rainer({\n  sourceType: 'github',\n  githubUsername: 'anderspitman',\n  domElementId: 'root',\n})\n```\n\nFor a more complete example, see `examples/github`. A live version is currently\nrunning at\n[https://anderspitman.net/apps/redpill/](https://anderspitman.net/apps/redpill/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanderspitman%2Fredpill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanderspitman%2Fredpill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanderspitman%2Fredpill/lists"}