https://github.com/ignf/validator-api-client
Demo client for IGNF/validator-api
https://github.com/ignf/validator-api-client
data-validator react validation web-ui
Last synced: about 2 months ago
JSON representation
Demo client for IGNF/validator-api
- Host: GitHub
- URL: https://github.com/ignf/validator-api-client
- Owner: IGNF
- License: agpl-3.0
- Created: 2021-07-13T16:45:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T10:27:46.000Z (about 1 year ago)
- Last Synced: 2025-01-16T09:56:08.767Z (about 1 year ago)
- Topics: data-validator, react, validation, web-ui
- Language: CSS
- Homepage:
- Size: 17.9 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IGNF/validator-api-client
[](LICENSE)
## Description
Démonstrateur pour appel à l'API [IGNF/validator-api](https://github.com/IGNF/validator-api).
> :warning: **ce démonstrateur contient des éléments éditoriaux et une charte graphique propres à l'IGN**. Il vous appartient de surcharger ces éléments si vous envisagez un déploiement public.
## Fonctionnalités
* Lancer une validation sur une archive ZIP en choisissant un standard
* Visualiser le résultat d'une validation en connaissant son identifiant
* Télécharger les résultats
## Développement
```bash
npm install
# build en continu du front
npm run watch
# lancement du back
npm run start
```
Pour une nouvelle version, penser à **mettre à jour le numéro de version** dans le `package.json` et à reconstruire `dist/validator-client.js` :
```bash
npm run build
```
## Usage
Ce démonstrateur est inclus dans [IGNF/validator-api](https://github.com/IGNF/validator-api). Si toutefois vous souhaitez déployer séparément l'API et le démonstrateur, suivez les instructions dans la fiche [intégration dans une application existante](docs/integration-application.md)