From d196df30835f8866b111394be4bab84d2621f2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Thu, 19 Jul 2018 09:58:14 +0200 Subject: [PATCH] REMOVED: Bithound references, because the Bithound service was shut down. See issue #77. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 871995b..f4d2f8a 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,6 @@ This sample uses the [Serverless Application Framework](https://serverless.com/) [![Dependencies](https://david-dm.org/balassy/aws-lambda-typescript/status.svg)](https://david-dm.org/balassy/aws-lambda-typescript) [![DevDependencies](https://david-dm.org/balassy/aws-lambda-typescript/dev-status.svg)](https://david-dm.org/balassy/aws-lambda-typescript#type=dev) -[![bitHound Overall Score](https://www.bithound.io/github/balassy/aws-lambda-typescript/badges/score.svg)](https://www.bithound.io/github/balassy/aws-lambda-typescript) -[![bitHound Dependencies](https://www.bithound.io/github/balassy/aws-lambda-typescript/badges/dependencies.svg)](https://www.bithound.io/github/balassy/aws-lambda-typescript/master/dependencies/npm) -[![bitHound Dev Dependencies](https://www.bithound.io/github/balassy/aws-lambda-typescript/badges/devDependencies.svg)](https://www.bithound.io/github/balassy/aws-lambda-typescript/master/dependencies/npm) -[![bitHound Code](https://www.bithound.io/github/balassy/aws-lambda-typescript/badges/code.svg)](https://www.bithound.io/github/balassy/aws-lambda-typescript) [![codebeat badge](https://codebeat.co/badges/cd3e0118-3d7f-4c0d-8d27-14d05df5a356)](https://codebeat.co/projects/github-com-balassy-aws-lambda-typescript-master) [![Greenkeeper badge](https://badges.greenkeeper.io/balassy/aws-lambda-typescript.svg)](https://greenkeeper.io/) @@ -34,7 +30,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/) - Generated **[Swagger](https://swagger.io/) documentation** for the endpoints, which works well with [SwaggerHub](https://app.swaggerhub.com) - _the expected description of your API._ - Multiple layers in the code to **separate concerns** and independently test them - _avoid monolith and complexity._ - **Health check** endpoints - _to quickly test your service._ -- **Dependency checks** and continuous update with [David](https://david-dm.org/), [BitHound](https://www.bithound.io/) and [Greenkeeper](https://greenkeeper.io/) - _because the majority of your app is not your code._ +- **Dependency checks** and continuous update with [David](https://david-dm.org/) and [Greenkeeper](https://greenkeeper.io/) - _because the majority of your app is not your code._ - **[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._ - Sample CRUD implementation (in progress) - _to see it all in action_.