https://github.com/bradoyler/htmlpollbuilder
a quick tool for building the markup for a poll on your blog/website
https://github.com/bradoyler/htmlpollbuilder
Last synced: 18 days ago
JSON representation
a quick tool for building the markup for a poll on your blog/website
- Host: GitHub
- URL: https://github.com/bradoyler/htmlpollbuilder
- Owner: bradoyler
- Created: 2014-04-19T13:51:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-29T01:04:01.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T05:41:40.283Z (2 months ago)
- Language: JavaScript
- Homepage: http://bradoyler.github.io/HTMLPollBuilder/
- Size: 250 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Poll Builder
#### A quick/simple tool for building the markup for a poll on your blog/website

------
#### Get running (mac)
```sh
$ git clone https://github.com/bradoyler/HTMLPollBuilder.git # pull down this repo
$ cd $_ # change into new diretory
$ python -m SimpleHTTPServer # run on http://0.0.0.0:8000
```
------
#### Demo
http://bradoyler.github.io/HTMLPollBuilder/------
#### Screenshots