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

https://github.com/regular/doodle-data

get the data of a doodle.com poll
https://github.com/regular/doodle-data

Last synced: 2 months ago
JSON representation

get the data of a doodle.com poll

Awesome Lists containing this project

README

          

# doodle-data
[![NPM](https://nodei.co/npm/doodle-data.png)](https://nodei.co/npm/doodle-data/)

## Usage

``` js
var doodle = require('doodle-data');
doodle("<23-character poll id>", function(data) {
console.log(data); // ==> big undocumented JSON thing
});
```

You find the 23-character `poll id` by following the "Administer Poll" link in the confirmation mail. It's in the URL.

## License
MIT