Skip to content

Commit d196df3

Browse files
committed
REMOVED: Bithound references, because the Bithound service was shut down. See issue #77.
1 parent 8ca97c5 commit d196df3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
1212

1313
[![Dependencies](https://david-dm.org/balassy/aws-lambda-typescript/status.svg)](https://david-dm.org/balassy/aws-lambda-typescript)
1414
[![DevDependencies](https://david-dm.org/balassy/aws-lambda-typescript/dev-status.svg)](https://david-dm.org/balassy/aws-lambda-typescript#type=dev)
15-
[![bitHound Overall Score](https://www.bithound.io/github/balassy/aws-lambda-typescript/badges/score.svg)](https://www.bithound.io/github/balassy/aws-lambda-typescript)
16-
[![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)
17-
[![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)
18-
[![bitHound Code](https://www.bithound.io/github/balassy/aws-lambda-typescript/badges/code.svg)](https://www.bithound.io/github/balassy/aws-lambda-typescript)
1915
[![codebeat badge](https://codebeat.co/badges/cd3e0118-3d7f-4c0d-8d27-14d05df5a356)](https://codebeat.co/projects/github-com-balassy-aws-lambda-typescript-master)
2016
[![Greenkeeper badge](https://badges.greenkeeper.io/balassy/aws-lambda-typescript.svg)](https://greenkeeper.io/)
2117

@@ -34,7 +30,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
3430
- Generated **[Swagger](https://swagger.io/) documentation** for the endpoints, which works well with [SwaggerHub](https://app.swaggerhub.com) - _the expected description of your API._
3531
- Multiple layers in the code to **separate concerns** and independently test them - _avoid monolith and complexity._
3632
- **Health check** endpoints - _to quickly test your service._
37-
- **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._
33+
- **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._
3834
- **[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._
3935
- Sample CRUD implementation (in progress) - _to see it all in action_.
4036

0 commit comments

Comments
 (0)