Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-07T22:18:13.000Z (over 11 years ago)
- Last Synced: 2023-03-10T22:13:58.793Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- 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 DoodleThe output will be a complete Doodle wizard url, ready for submission.
## Example
```
node silkdoodle.js world.silkapp.com Country 'My Name' [email protected] 'Which country is the best?'
```