Skip to content

Conversation

@c-w
Copy link
Contributor

@c-w c-w commented Oct 15, 2017

The server can be started and used like so:

hug -f app.py

title="foo"
content="bar"
curl "http://localhost:8000/create_note?title=${title}&content=${content}"

The command line functionality remains unchanged:

title="foo"
content="bar"
python app.py "${title}" "${content}"

Resolves #1

c-w added 3 commits October 14, 2017 22:56
The server can be started and used like so:

```sh
hug -f app.py

curl http://localhost:8000/create_note?title=foo&content=bar
```
@aewens
Copy link
Member

aewens commented Oct 15, 2017

This is great, thank you for your contribution.

@aewens aewens merged commit 6d49062 into tildecross:master Oct 15, 2017
@c-w c-w mentioned this pull request Oct 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants