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

https://github.com/f-lajoc/boredbot-app

Randomly generates images of dog breeds, it suggests activity to do when bored and generates bible verse
https://github.com/f-lajoc/boredbot-app

activities api bible-verse css-animations css3 dogbreeds html5 images javascript

Last synced: 3 months ago
JSON representation

Randomly generates images of dog breeds, it suggests activity to do when bored and generates bible verse

Awesome Lists containing this project

README

          

**API**

- We fetch api using the desired api url ``fetch("https://bible-api.com/data/web/random")``. ``.then((response) => response.json())`` this is for when response comes back, it runs function to receive the response and then pass the body of response to json.then out of json to javascript ``.then(data => console.log(data))``, the console.log is to first see the contents of the api and know which ones to target and use
- Added animation from 'https://webcode.tools/css-generator'


![Screenshot 2025-03-07 034922](https://github.com/user-attachments/assets/d400a016-21c5-4cf1-b15c-41b8aa0d4da9)
![Screenshot 2025-03-07 034749](https://github.com/user-attachments/assets/74d95cce-612e-46f1-b52c-61435745963a)
![Screenshot 2025-03-07 034831](https://github.com/user-attachments/assets/abc3b495-594e-4b26-a0f0-351f88f368d2)
![Screenshot 2025-03-07 034628](https://github.com/user-attachments/assets/d99aad78-aa7d-48a6-85bb-09c81bf5e57e)