Skip to content

A Matrix code rain implementation that visualizes your latest public GitHub contributations.

License

Notifications You must be signed in to change notification settings

anderspitman/redpill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

npm install redpill-rain

Basic usage

<!-- index.html -->

<!doctype html>
<html>
  <body>
    <div id='root'></div>
    <script src='/index.js'></script>
  </body>
</html>
// 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/.

About

A Matrix code rain implementation that visualizes your latest public GitHub contributations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published