Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jacebrowning/crowdsorter
- Owner: jacebrowning
- License: mit
- Created: 2016-12-02T22:05:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T01:50:25.000Z (over 3 years ago)
- Last Synced: 2024-05-01T21:12:48.526Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.02 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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
```