Skip to content

Commit

Permalink
Update readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
amochtar committed Nov 19, 2019
1 parent 5a1d8e3 commit dc4c93b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Adé Mochtar
Copyright (c) 2019 Adé Mochtar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Advent of Code private leaderboard ranking extension

Visualize the ranking over time of an [Advent of Code](https://www.adventofcode.com/) private leaderboard.

See https://amochtar.github.io/aoc-ranking/ for an interactive example.

![#Global Leaderboard Ranking](example/ranking.png "Private Leaderboard Ranking Example")


## Installation

* Firefox - https://addons.mozilla.org/en-US/firefox/addon/aoc-ranking/
* Chrome - https://chrome.google.com/webstore/detail/advent-of-code-ranking/jbnlafikncgjjhdkmfhokcplgahebmjl


## Building locally

To build the extension locally, run `npm install && npm run build`. This will generate an exploded version of the extension in the `dist/` folder.

Use [`web-ext run`](https://github.com/mozilla/web-ext) from the `dist/` folder to run it locally in Firefox, or `web-ext build` to create a package.

0 comments on commit dc4c93b

Please sign in to comment.