add more to server docs

This commit is contained in:
gliggy
2021-11-26 15:44:01 -05:00
parent 34dae8128c
commit f2e52d1cc8
2 changed files with 7 additions and 1 deletions

3
API.md
View File

@@ -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):

View File

@@ -1,5 +1,10 @@
server docs
```
sudo apt install wkhtmltopdf
sudo apt install curl
```
run with
```
npx nodemon index.js
```