1.1.0 • Published 4 years ago

gh-polls v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

gh-polls

Create a poll with gh-polls

Install

$ yarn add gh-polls

Usage

import { ghPolls } from 'gh-polls'

const options = ['Tobi', 'Loki', 'Jane']
await ghPolls(options)

npm.io npm.io npm.io

About

gh-polls (js) is a node module that returns an object with 3 keys text, vote and image. Tj created gh-polls (go) to be able to use polls on GitHub. With gh-polls (js) you can create polls outside GitHub, for example on your own website.

API

ghPolls(options)

Returns a promise

options

Type: array Required

Array of options (string).

Related

License

MIT © Bu Kinoshita

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago