Skip to content

Commit c6dc11b

Browse files
authored
Updated README for the Serverless version
1 parent 48fe409 commit c6dc11b

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
![main](https://raw.githubusercontent.com/PerryPal21/Techy-API/main/assets/main.png)
22

3-
This is a cool little API I made using Vercel's serverless functions. It generates phrases that sound something like what Morpheus would say.
3+
This is a cool little API I made using Vercel's serverless functions. It generates tech-savvy sounding phrases which *may or may not make sense.* But if you want to sound like Morpheus from the Matrix, you can utilize this API.
44

55
[**Demo can be found here**](https://techy-api.vercel.app/)
66

7-
[*The older demo based on EJS*](https://techy-phrase.herokuapp.com/)
87
---
98
# How to use
109

10+
Output in Plain Text -> `https://techy-api.vercel.app/api/text`
11+
```
12+
Just use cryptography on the fusion interface
13+
```
14+
15+
Output in JSON -> `https://techy-api.vercel.app/api/json`
16+
```
17+
{"message":"I should really get to fixing the resistance external"}
18+
```
19+
20+
---
21+
[**The older demo based on EJS can be found here**](https://techy-phrase.herokuapp.com/)
22+
- Be sure to check out the `express` branch as well if you are interested
23+
24+
Inspired by [khalby786](https://github.com/khalby786/getxkcd)'s project

0 commit comments

Comments
 (0)