Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lesderid/pollthingy
- Owner: lesderid
- License: other
- Created: 2018-10-03T22:02:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T15:53:15.000Z (about 2 years ago)
- Last Synced: 2024-05-01T18:47:13.295Z (8 months ago)
- Topics: laravel, laravel57, nojs, php, php7, poll, strawpoll
- Language: PHP
- Homepage: https://poll.fuwafuwa.moe
- Size: 1.48 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.