Skip to content

Commit

Permalink
fix: correct tests badge and add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
seekayel committed Nov 26, 2022
1 parent 508ccad commit fee42ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

NodeJS SDK for interacting with [Cyclic.sh](https://cyclic.sh) app AWS DynamoDB databases.

[![CI](https://github.com/cyclic-software/db-sdk/actions/workflows/merge_main.yaml/badge.svg)](https://github.com/cyclic-software/db-sdk/actions/workflows/merge_main.yaml)
[![CI](https://github.com/cyclic-software/db-sdk/actions/workflows/run_tests.yaml/badge.svg)](https://github.com/cyclic-software/db-sdk/actions/workflows/run_tests.yaml)

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

![Discord](https://img.shields.io/discord/895292239633338380)

![npm (scoped)](https://img.shields.io/npm/v/@cyclic.sh/dynamodb)

![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@cyclic.sh/dynamodb)

![node-current (scoped)](https://img.shields.io/node/v/@cyclic.sh/dynamodb)



Together with the Cyclic.sh DynamoDB indexing strategy and data model, the sdk simplifies the DynamoDB interface and enables collection organization of records, queries and data scheme discovery among other features.

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
"dynamodb",
"database",
"cyclic",
"cyclic.sh"
"cyclic.sh",
"@cyclic.sh"
],
"engines": {
"node": ">=14.20.0"
},
"devDependencies": {
"jest": "^27.5.1",
"np": "^7.6.2"
Expand Down

0 comments on commit fee42ce

Please sign in to comment.