1.1.0 โ€ข Published 5 months ago

@odg/tls v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

codecov Stargazers Made by ODGodinho Forks Repository size GitHub last commit License StyleCI

Table of Contents


๐ŸŽ‡ Benefits

  • ๐Ÿš€ Speed performance Inversion of control
  • ๐Ÿšจ Code Quality
  • ๐ŸŽ‡ Use Interface
  • ๐Ÿงช Teste with 100% coverage

๐Ÿ“— Libraries

๐Ÿ“ Dependencies

โฉ Get Started

๐Ÿšฉ You can use https://github.com/Carcraftz/TLS-Fingerprint-API and its forks to have an easy TLS server


๐Ÿ”˜ Installation

yarn add @odg/tls

๐Ÿ’ป Usage

For simple example usage, you can use Inversify for Dependency Injection

const tlsMessage = new TlsMessage({
  tls: {
    url: "http://localhost:8082",
  }
});

await tlsMessage.request({
    url: "https://tls.browserleaks.com/json",
});

๐Ÿ“ Start Project

First install dependencies with the following command

yarn install
# or
npm install

๐Ÿ“จ Build and Run

To build the project, you can use the following command

if you change files, you need to run yarn build and yarn start again

yarn build && yarn start
# or
yarn dev

๐Ÿงช Teste Code

To Test execute this command

yarn test
# or
yarn test:watch
1.1.0

5 months ago

1.0.3

7 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago