0.2.0 • Published 6 years ago

redpill-rain v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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.

0.2.0

6 years ago

0.1.0

6 years ago