Skip to content

feat: first version of the lib#1

Merged
luislhl merged 17 commits intomasterfrom
feat/first-version
Jan 16, 2024
Merged

feat: first version of the lib#1
luislhl merged 17 commits intomasterfrom
feat/first-version

Conversation

@luislhl
Copy link
Copy Markdown
Collaborator

@luislhl luislhl commented Jan 3, 2024

Acceptance Criteria

This is a healthcheck lib very similar to the one we built for Python (https://github.com/HathorNetwork/python-healthcheck-lib)

Its main goal is to make sure we will use the same response format for healthchecks across all our Javascript projects.

The healthcheck logic itself will be provided by the projects that use the lib, through callbacks.

More info in the README.md file included.

@luislhl luislhl self-assigned this Jan 3, 2024
@luislhl luislhl requested a review from tuliomir January 4, 2024 14:48
"format": "npm run eslint:fix && npm run code:format",
"eslint": "eslint src/**/*.{ts,css,js,html} test/**/*.ts",
"eslint:fix": "eslint --fix src/**/*.ts test/**/*.ts",
"code:format": "prettier --write src/**/*.ts test/**/*.ts",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌟 Nice idea to use prettier!

@pedroferreira1 pedroferreira1 self-requested a review January 15, 2024 19:18
@luislhl luislhl merged commit 670be6e into master Jan 16, 2024
@luislhl luislhl deleted the feat/first-version branch January 16, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants