https://github.com/anderspitman/redpill
A Matrix code rain implementation that visualizes your latest public GitHub contributations.
https://github.com/anderspitman/redpill
Last synced: 8 months ago
JSON representation
A Matrix code rain implementation that visualizes your latest public GitHub contributations.
- Host: GitHub
- URL: https://github.com/anderspitman/redpill
- Owner: anderspitman
- License: mit
- Created: 2018-09-15T18:49:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T15:04:37.000Z (about 6 years ago)
- Last Synced: 2025-04-10T19:05:35.295Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation
```
npm install redpill-rain
```
# Basic usage
```html
```
```javascript
// index.js
import { Rainer } from 'redpill-rain';
const rainer = new Rainer({
sourceType: 'github',
githubUsername: 'anderspitman',
domElementId: 'root',
})
```
For a more complete example, see `examples/github`. A live version is currently
running at
[https://anderspitman.net/apps/redpill/](https://anderspitman.net/apps/redpill/).