Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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' [email protected] 'Which country is the best?'
```