Created
December 12, 2019 21:31
-
-
Save codigoconjuan/2f2217b83f0043ec68d261ebfafb7f7e to your computer and use it in GitHub Desktop.
Gist para Pixabay API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="https://bootswatch.com/4/journal/bootstrap.min.css"> |
gracias!
API --> https://pixabay.com/api/docs/
You need to signup and then login to get the APIKey
gracias!
hay un pequeño error, cuando avanzo un par de paginas y realizo una busqueda aveces no salen porque el contador de la pagina actual no se reinicia... asi que hay que reiniciar la pagina actual en el formulario antes de pasarle la nueva busqueda. claro hay que pasarle esa funcion desde la app al formulario.
//pasar dato al la app
setPageActual(1);
setBuscar(busqueda);
Gracias ...!!
@AttilioGiglio Gracias por el enlace de Pixabay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
API --> https://pixabay.com/api/docs/
You need to signup and then login to get the APIKey