https://github.com/bergmark/silk-doodle
Create a URL for the Doodle wizard from a Silk query
https://github.com/bergmark/silk-doodle
Last synced: 10 months ago
JSON representation
Create a URL for the Doodle wizard from a Silk query
- Host: GitHub
- URL: https://github.com/bergmark/silk-doodle
- Owner: bergmark
- Created: 2013-06-07T22:04:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-07T22:18:13.000Z (about 13 years ago)
- Last Synced: 2025-01-29T00:47:19.448Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install & Run
You will need `node` and `npm` in your PATH.
```
make
node silkdoodle.js
```
* `` is the Silk site you want to query
* `` is the collection on that site to fetch document titles from, these will be the selectable items in the Doodle.
* `` is your name, for the Doodle form
* `` your e-mail address, also for Doodle
* `` the title of the Doodle
The output will be a complete Doodle wizard url, ready for submission.
## Example
```
node silkdoodle.js world.silkapp.com Country 'My Name' example@example.com 'Which country is the best?'
```