Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 253 Bytes

File metadata and controls

10 lines (9 loc) · 253 Bytes

Compliment API

This api is build in go and uses the mux library, it returns a random compliment from the database

How to use

Python

import requests
resp = requests.get("")
print(resp.json()['compliment']) # Prints the compliment