/compliment-api

Simple compliment api build with go and mux

Primary LanguageGo

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