Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lesderid/pollthingy

A simple (straw) poll web application made with Laravel
https://github.com/lesderid/pollthingy

laravel laravel57 nojs php php7 poll strawpoll

Last synced: about 2 months ago
JSON representation

A simple (straw) poll web application made with Laravel

Awesome Lists containing this project

README

        

# pollthingy
A simple (straw) poll web application made with [Laravel 5.7](https://laravel.com).

## Features
* Many useful options (multiple answers, automatic closing of poll at a chosen date, hiding results until poll is closed, etc.)
* Optional duplication checking via generated single-use voting codes
* Sane endpoints/'RESTful API' (with optional JSON output via HTTP Accept header)
* Simple CSS based on [Cutestrap](https://cutestrap.com)
* No JS is used
* Developed with support for text-based browsers in mind (including pie charts in w3m)

## API
TODO: Document the API.

## License
pollthingy is licensed under the University of Illinois/NCSA Open Source License.
The full license can be found in the [LICENSE](LICENSE) file.