An open API service indexing awesome lists of open source software.

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.

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/).