Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terieyenike/dogs-app
Changing the current image from the dogs api
https://github.com/terieyenike/dogs-app
Last synced: about 5 hours ago
JSON representation
Changing the current image from the dogs api
- Host: GitHub
- URL: https://github.com/terieyenike/dogs-app
- Owner: Terieyenike
- Created: 2020-01-27T09:16:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T09:17:04.000Z (almost 5 years ago)
- Last Synced: 2024-04-24T09:41:03.606Z (7 months ago)
- Language: CSS
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connecting with the [Dogs ceo](https://dog.ceo/api/breeds/list/) API
## Prerequisite
* Basic knowledge of HTML/CSS
* Plain JavaScript
* Basic working knowledge of working with JSON and JavaScript objects.
## What we would achieve from this
* Show a loading spinner before fetching a new dog image from its API
* fetch from the API and turn it to array using Object.keys() method
* Use the URL to change the current image
## Author
Teri Eyenike
Contribute and improve the project.