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
- Host: GitHub
- URL: https://github.com/f-lajoc/boredbot-app
- Owner: f-lajoc
- Created: 2025-03-07T02:04:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T03:09:26.000Z (over 1 year ago)
- Last Synced: 2025-03-07T03:28:05.465Z (over 1 year ago)
- Topics: activities, api, bible-verse, css-animations, css3, dogbreeds, html5, images, javascript
- Language: CSS
- Homepage: https://f-lajoc.github.io/LearnAPI/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
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'



