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
- Host: GitHub
- URL: https://github.com/regular/doodle-data
- Owner: regular
- Created: 2015-09-10T14:37:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T14:59:35.000Z (over 9 years ago)
- Last Synced: 2025-08-28T03:56:09.967Z (8 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# doodle-data
[](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