Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zyhou/power-ranking-owl

Power ranking overwatch league
https://github.com/zyhou/power-ranking-owl

overwatch-league power-ranking

Last synced: 8 days ago
JSON representation

Power ranking overwatch league

Awesome Lists containing this project

README

        

# Power ranking Overwatch League

## Introduction

Build you own power ranking. Visit [power-ranking-owl.now.sh](https://power-ranking-owl.now.sh/)

## Features

- **Order teams**. Simply drag and drop your OWL teams
- **Share quickly**. Save your power ranking with one click

---

## Contribute

PRs welcome!

```bash
# Create file .env.development.local
CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=

# Installation
yarn

# Launch client on 3000 port
yarn start

# Launch server on 3001 port
yarn server
```