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.
- Host: GitHub
- URL: https://github.com/codeadamca/api-smurfs
- Owner: codeadamca
- Created: 2024-11-29T13:20:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T14:58:09.000Z (10 months ago)
- Last Synced: 2025-03-03T15:43:40.678Z (10 months ago)
- Topics: api, javascript, openai
- Language: HTML
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)