11# Encryption API endpoints with Node.js
22
3- [ ![ Build Status] [ travis -badge]] [ travis -url]
3+ [ ![ Build Status] [ github -badge]] [ github -url]
44[ ![ Docker Pulls] [ docker-badge ]] [ docker-url ]
55[ ![ Quality Gate Status] [ sonarcloud-status-badge ]] [ sonarcloud-url ]
66[ ![ Security Rating] [ sonarcloud-security-badge ]] [ sonarcloud-url ]
@@ -240,16 +240,15 @@ This will return an array of results:
240240- Return an empty array if wrong encryption key instead of error
241241- Swagger detailed schema
242242- PM2 support under the Docker container (to restart the app in case of crash)
243- - Move from Travis-CI to CircleCI by support to the [ #TravisAlumns] [ travis-alumns ]
244243
245244[ swagger ] : http://localhost:3000/swagger
246245[ allkeysgenerator ] : https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx
247246[ postman-environment ] : https://raw.githubusercontent.com/timoa/nodejs-encryption-api-example/master/src/config/postman.environment.json
248247[ postman-run-button ] : https://run.pstmn.io/button.svg
249248[ postman-run-url ] : https://app.getpostman.com/run-collection/e34aee6688c0937c6643
250249[ sonarcloud ] : https://sonarcloud.io/about
251- [ travis -badge] : https://travis-ci .com/timoa/nodejs-encryption-api-example.svg?branch=master
252- [ travis -url] : https://travis-ci .com/timoa/nodejs-encryption-api-example
250+ [ github -badge] : https://github .com/timoa/nodejs-encryption-api-example/workflows/Build/badge .svg
251+ [ github -url] : https://github .com/timoa/nodejs-encryption-api-example/actions?query=workflow%3ABuild
253252[ docker-badge ] : https://img.shields.io/docker/pulls/timoa/nodejs-encryption-api-example.svg
254253[ docker-url ] : https://hub.docker.com/r/timoa/nodejs-encryption-api-example
255254[ sonarcloud-url ] : https://sonarcloud.io/dashboard?id=timoa_nodejs-encryption-api-example
@@ -259,5 +258,4 @@ This will return an array of results:
259258[ sonarcloud-bugs-badge ] : https://sonarcloud.io/api/project_badges/measure?project=timoa_nodejs-encryption-api-example&metric=bugs
260259[ sonarcloud-codesmells-badge ] : https://sonarcloud.io/api/project_badges/measure?project=timoa_nodejs-encryption-api-example&metric=code_smells
261260[ sonarcloud-coverage-badge ] : https://sonarcloud.io/api/project_badges/measure?project=timoa_nodejs-encryption-api-example&metric=coverage
262- [ sonarcloud-duplicated-badge ] : https://sonarcloud.io/api/project_badges/measure?project=timoa_nodejs-encryption-api-example&metric=duplicated_lines_density
263- [ travis-alumns ] : https://twitter.com/ReinH/status/1098663375985229825
261+ [ sonarcloud-duplicated-badge ] : https://sonarcloud.io/api/project_badges/measure?project=timoa_nodejs-encryption-api-example&metric=duplicated_lines_density
0 commit comments