Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacebrowning/crowdsorter

Crowdsource your decision making.
https://github.com/jacebrowning/crowdsorter

Last synced: 29 days ago
JSON representation

Crowdsource your decision making.

Awesome Lists containing this project

README

        

[![CircleCI](https://img.shields.io/circleci/build/github/jacebrowning/crowdsorter)](https://circleci.com/gh/jacebrowning/crowdsorter)
[![GitHub Sponsor](https://img.shields.io/badge/server%20costs-%240%2Fmonth-red)](https://github.com/sponsors/jacebrowning)

# Overview

Crowdsourced list sorting.

# Setup

## Requirements

* Python 3.6+

## Installation

Clone the source code:

```sh
$ git clone https://github.com/jacebrowning/crowdsorter.git
$ cd crowdsorter
```

Install project dependencies:

```sh
$ make install
```

# Usage

Run the application:

```sh
$ make run
```