@ltorresu82/firmagob-client 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -105,6 +105,14 @@ El ejemplo escribe evidencia temporal en `tmp/sandbox-hash/`.
|
|
|
105
105
|
|
|
106
106
|
Para solicitar credenciales a la institucion o al equipo FirmaGob, ver [docs/credentials.md](docs/credentials.md).
|
|
107
107
|
|
|
108
|
+
## Ejemplos de integracion
|
|
109
|
+
|
|
110
|
+
Ejemplos completos con CLI Node.js, API Hono y app Astro:
|
|
111
|
+
|
|
112
|
+
```text
|
|
113
|
+
https://github.com/ltorresu82/firmagob-client-examples
|
|
114
|
+
```
|
|
115
|
+
|
|
108
116
|
## Desarrollo
|
|
109
117
|
|
|
110
118
|
```bash
|
package/package.json
CHANGED