HearthSim / Joust

🍿 Hearthstone replays in your browser.
https://hearthsim.info/joust/
115 stars 19 forks source link
hearthstone hsreplay replays

Joust

Travis GitHub release

Hearthstone replays in your browser, written in Typescript with React.

Requirements

Building

$ yarn --pure-lockfile
$ gulp compile

Usage

<div id="joust-container"></div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.4.0/react.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.4.0/react-dom.min.js"></script>
<link rel="stylesheet" href="https://github.com/HearthSim/Joust/blob/main/joust.css"></link>
<script type="text/javascript" src="https://github.com/HearthSim/Joust/raw/main/joust.js"></script>
<script type="text/javascript">
    Joust.launcher("joust-container")
        .height(500)
        .width(500)
        .fromUrl("//example.org/brawl.hsreplay");
</script>

Full documentation.

Joust does not do any polyfilling and expects the globals Promise and fetch to be available.

Development

$ yarn run dev

License

Copyright © HearthSim. All Rights Reserved.

Third party assets

Community

This is a HearthSim project. All development happens on our IRC channel #hearthsim on Freenode.