Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from Marco5dev/Marco5dev-patch-1
Browse files Browse the repository at this point in the history
Add Testing badge to the README.md file
  • Loading branch information
Marco5dev authored Oct 2, 2023
2 parents 7638ea9 + 6e40ee7 commit f4f0841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

jsonVerse is a lightweight JSON-based database package for Node.js. It provides a simple interface to store, retrieve, and manage data using JSON files.

[![Periodic testing of the JsonVerse](https://github.com/Marco5dev/jsonverse/actions/workflows/code-test.yml/badge.svg)](https://github.com/Marco5dev/jsonverse/actions/workflows/code-test.yml)
[![Build](https://github.com/Marco5dev/jsonverse/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/Marco5dev/jsonverse/actions/workflows/npm-publish.yml)
[![NPM Version](https://img.shields.io/npm/v/jsonverse.svg)](https://www.npmjs.com/package/jsonverse)
[![NPM Downloads](https://img.shields.io/npm/dt/jsonverse.svg)](https://www.npmjs.com/package/jsonverse)
[![Github Repo Size](https://img.shields.io/github/repo-size/Marco5dev/jsonverse.svg)](https://github.com/Marco5dev/jsonverse)
[![LICENSE](https://img.shields.io/npm/l/jsonverse.svg)](https://github.com/Marco5dev/jsonverse/blob/master/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/Marco5dev/jsonverse.svg)](https://github.com/Marco5dev/jsonverse/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/Marco5dev/jsonverse.svg)](https://github.com/Marco5dev/jsonverse/commits/master)
[![Periodic testing of the JsonVerse](https://github.com/Marco5dev/jsonverse/actions/workflows/code-test.yml/badge.svg)](https://github.com/Marco5dev/jsonverse/actions/workflows/code-test.yml)

## Introduction

Expand Down Expand Up @@ -232,4 +232,4 @@ db.exportData(dataName, (format = "json"));

## Conclusion

The jsonVerse package simplifies the management of JSON data files within a specified folder. With the provided examples and usage instructions, you'll be able to efficiently integrate the jsonVerse package into your projects to streamline data operations.
The jsonVerse package simplifies the management of JSON data files within a specified folder. With the provided examples and usage instructions, you'll be able to efficiently integrate the jsonVerse package into your projects to streamline data operations.

0 comments on commit f4f0841

Please sign in to comment.