diff --git a/API.md b/API.md index 542fa8c..a5b5051 100644 --- a/API.md +++ b/API.md @@ -1,4 +1,5 @@ How to use the makesweet api: +------- 1. get a computer 2. get curl @@ -6,8 +7,8 @@ How to use the makesweet api: 4. receive a response 5. do whatever you want with it. - examples (assuming MAKESWEET_API is set as env var): + ------- send only text (use &text for more text): diff --git a/SERVER.md b/SERVER.md index 408ae3b..bd35916 100644 --- a/SERVER.md +++ b/SERVER.md @@ -1,5 +1,10 @@ server docs + ``` sudo apt install wkhtmltopdf sudo apt install curl ``` +run with +``` +npx nodemon index.js +```