An open API service indexing awesome lists of open source software.

https://github.com/codeadamca/api-smurfs

A basic Smurf API for learning JavaScript and APIs.
https://github.com/codeadamca/api-smurfs

api javascript openai

Last synced: 9 months ago
JSON representation

A basic Smurf API for learning JavaScript and APIs.

Awesome Lists containing this project

README

          

# Smurfs Insult API

A basic Smurf API for learning JavaScript and APIs. This API generates [Smurf](https://en.wikipedia.org/wiki/The_Smurfs) insults or translates content into how a [Smurf](https://en.wikipedia.org/wiki/The_Smurfs) would speak.

> [!NOTE]
> This project closely mimics the [Pirate API](https://pirate.monkeyness.com/api.html).

> [!NOTE]
> This project can be viewed at the [Smurfs API Demo](https://pages.codeadam.ca/smurfs/).

---

## Project Stack

This project uses vanilla [PHP](https://www.php.net/), [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) and the [Open AI API](https://platform.openai.com/docs/overview).

---

## Repo Resources

* [Open AI API](https://platform.openai.com/docs/overview)
* [Smurfs API Demo](https://pages.codeadam.ca/smurfs/)