All Projects → bukinoshita → Gh Polls

bukinoshita / Gh Polls

Licence: mit
Create a poll with gh-polls

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Gh Polls

Up Node8
The way this project is packaging the Node 8 app isn't the best. Try the official example of Apex Up that uses the Node binary!
Stars: ✭ 22 (-51.11%)
Mutual labels:  apex
Df17 Ant To Sfdx
Metadata repository demonstrating move from Ant Migration Tools to the Salesforce CLI
Stars: ✭ 20 (-55.56%)
Mutual labels:  apex
Objectmerge
Open-source solution for merging Salesforce objects and their related objects.
Stars: ✭ 35 (-22.22%)
Mutual labels:  apex
Fflib Apex Common Builder
Builder Extension library to fflib_apex-common
Stars: ✭ 25 (-44.44%)
Mutual labels:  apex
Cdev Server
Development REST API for InterSystems Caché 2014.1+
Stars: ✭ 11 (-75.56%)
Mutual labels:  apex
Pytorch Auto Drive
Segmentation models (ERFNet, ENet, DeepLab, FCN...) and Lane detection models (SCNN, SAD, PRNet, RESA, LSTR...) based on PyTorch 1.6 with mixed precision training
Stars: ✭ 32 (-28.89%)
Mutual labels:  apex
Squery
Salesforce SOQL query builder
Stars: ✭ 16 (-64.44%)
Mutual labels:  apex
Forcedotcomsprintwall
An agile sprint wall built on the force.com platform with jQuery and Javascript Remoting
Stars: ✭ 42 (-6.67%)
Mutual labels:  apex
Apex Test Tracker
Lightweight native continuous integration tool for Salesforce
Stars: ✭ 12 (-73.33%)
Mutual labels:  apex
Grid
A Lightning Component grid implementation that expects a server-side data store.
Stars: ✭ 35 (-22.22%)
Mutual labels:  apex
Apex Chainable
Chain Batches in a readable and flexible way without hardcoding the successor.
Stars: ✭ 27 (-40%)
Mutual labels:  apex
Force.com Utility Library
Salesforce Utility
Stars: ✭ 9 (-80%)
Mutual labels:  apex
Game Cheating Tutorial
热门网络游戏辅助开发教程
Stars: ✭ 961 (+2035.56%)
Mutual labels:  apex
Salesforce Apex Templates
Looking for a possibility to use Email Templates within APEX code? Here's the answer!
Stars: ✭ 22 (-51.11%)
Mutual labels:  apex
Forcedotcom Enterprise Architecture
Force.com Enterprise Architecture - First Edition - Source Code
Stars: ✭ 35 (-22.22%)
Mutual labels:  apex
Salesforce Lightning Datatable
Simple Datatable which takes SOQL query and creates native lightning datatables
Stars: ✭ 19 (-57.78%)
Mutual labels:  apex
Sfdc Debug Logs
Browser extension for Salesforce logs management
Stars: ✭ 28 (-37.78%)
Mutual labels:  apex
Purealoe Lwc
Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Agriculture and retail use case. Get inspired and learn best practices.
Stars: ✭ 43 (-4.44%)
Mutual labels:  apex
Data Ingestion Platform
Stars: ✭ 39 (-13.33%)
Mutual labels:  apex
Sendgrid Apex
SendGrid (http://sendgrid.com) Apex helper library.
Stars: ✭ 33 (-26.67%)
Mutual labels:  apex

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)

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].