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

https://github.com/janinawibker/poll

A simple tool to create polls and surveys
https://github.com/janinawibker/poll

Last synced: 3 months ago
JSON representation

A simple tool to create polls and surveys

Awesome Lists containing this project

README

        

# Polls

A simple tool to create polls & surveys.

![Screenshot showing the UI for creating a simple poll](./screenshots/create_simple.png)

> **WIP**

When developing two commands are required to get proper file watching and rebuilding working:

```bash
rerun 'ruby src/main.rb'
rollup src/js/create_simple.js --file file public/js/create_simple.js --format iife --watch # for create_simple, still working on having all files bundled independently
```

## Requirements / Dependencies

- ruby
- sinatra (`gem install sinatra`)
- thin (`gem isntall thin`)
- rerun (`gem install rerun`)
- rollup (`npm install --global rollup`)