-
-
Save codigoconjuan/13e31916003dd39adbc1aad4f288a378 to your computer and use it in GitHub Desktop.
| body { | |
| background-color: #0d2235; | |
| } | |
| .error { | |
| background-color: #b7322c; | |
| padding: 1rem; | |
| color: white; | |
| font-size: 18px; | |
| text-transform: uppercase; | |
| font-weight: bold; | |
| text-align: center; | |
| } | |
| .resultado { | |
| color: white; | |
| } | |
| .resultado h2 { | |
| font-weight: bold; | |
| color: white; | |
| } | |
| .resultado p { | |
| font-size: 18px!important; | |
| } | |
| .resultado p span { | |
| font-weight: bold; | |
| } | |
| p.precio{ | |
| font-size: 30px!important; | |
| } |
| <link href="https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap" rel="stylesheet"> |
API para solicitar la cotizacion URL:
https://min-api.cryptocompare.com/data/pricemultifull?fsyms=BTC&tsyms=USD,EUR
Gracias por el link, Agus ;)
Chicos, gracias por compartir la url :)
Gracias por compartir API url ;)
Link a todos los endpoints
https://min-api.cryptocompare.com/documentation?key=Price&cat=multipleSymbolsFullPriceEndpoint
Link a todos los endpoints
https://min-api.cryptocompare.com/documentation?key=Price&cat=multipleSymbolsFullPriceEndpoint
¡¡¡Muchas gracias!!!
Gracias por compartir el link
Cracks!
Exclente
Enlace hacia los Spinners :))
https://tobiasahlin.com/spinkit/
Tengo un error al compilar relacionado a emotion => Module not found: Can't resolve '@emotion/react'
Comparto la solución => npm install @emotion/react
https://stackoverflow.com/questions/65486256/module-not-found-cant-resolve-emotion-react
Gracias!