httpgetstore
v1.0.2
Published
Steps for test implementation from git: 1. Clone the repository. 2. Install dependencies, compile typescript and generate components with ```npm i```. 3. Run the test implementation using ```node dist/final.js```.
Downloads
7
Readme
HttpGetStore
Steps for test implementation from git:
- Clone the repository.
- Install dependencies, compile typescript and generate components with
npm i
. - Run the test implementation using
node dist/final.js
.
Steps for test implementation from npm:
- Install the package using
npm i httpgetstore
. - Change directory using
cd node_modules/httpgetstore
- Run the test implementation using
node dist/final.js
.