Skip to content

Commit f40a4fd

Browse files
authored
Merge pull request #12 from evolvedbinary/badge/readme
Add badges to the README
2 parents aaa3f19 + 659035b commit f40a4fd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Broadband Label file Validator Service
2+
3+
[![Build Status](https://github.com/evolvedbinary/bbl-validator/actions/workflows/ci.yml/badge.svg)](https://github.com/evolvedbinary/bbl-validator/actions/workflows/ci.yml)
4+
[![Java 21](https://img.shields.io/badge/Java-21-blue?logo=openjdk&logoColor=white)](https://adoptium.net/)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6+
[![Maven Central](https://img.shields.io/maven-central/v/com.evolvedbinary.bblValidator/bbl-validator?color=blue&style=flat-square)](https://central.sonatype.com/artifact/com.evolvedbinary.bblValidator/bbl-validator)
7+
28
This project provides a solution for validating Broadband Label files against defined Schemas. Developed for [Comcast](https://www.comcast.com) by [Evolved Binary](https://www.evolvedbinary.com) for use with the [FCC Broadband Labels](https://www.fcc.gov/broadbandlabels) initiative, the system consists of a HTTP REST API and a user-friendly Web Application.
39

410
The core validation logic is built upon the Open Source [CSV Validator](https://github.com/digital-preservation/csv-validator) library, originally developed for [The National Archives](https://www.nationalarchives.gov.uk/).

0 commit comments

Comments
 (0)