You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
5
5
✨ [**Demo can be found here**](https://techy-api.vercel.app/) ✨
6
6
7
-
[*The older demo based on EJS*](https://techy-phrase.herokuapp.com/)
8
7
---
9
8
# How to use
10
9
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