2.16.1 • Published 4 days ago

hiot-app v2.16.1

Weekly downloads
256
License
SEE LICENSE IN LI...
Repository
github
Last release
4 days ago

hiot-app-js

library with structure and common components for our nodejs applications

To write a middleware all you need to do is to write a function that takes a locator object as a param and returns a promise that resolved the input param locator.

Install

npm install hiot-app

Tests

npm install
npm test

Prettier & ESlint

we use prettier to format our code. Our recommendation is to configure your editor to autoformat during save. If you open up the VS Code User's settings/preferences as UI, search for "Format On Save" and make sure to activate it. Afterward, the file should format automatically once you save it. Now you don’t need to worry about your code formatting anymore, because Prettier takes care of it.

#manual checking and apply
npx prettier --check .
npx prettier --write .

#validate passes eslint
yarn run eslint .
yarn run eslint . --fix
# or
npm run lint
npm run lint-fix

Publishing

npm install
npm test
npm login
(follow instructions)
npm publish
2.16.1

4 days ago

2.16.0

6 days ago

2.15.0

2 years ago

2.14.0-HOTFIX

2 years ago

2.14.1

2 years ago

2.14.0

3 years ago

2.13.8

3 years ago

2.13.9

3 years ago

2.13.7

3 years ago

2.13.6

3 years ago

2.13.5

3 years ago

2.13.4

3 years ago

2.13.2

3 years ago

2.13.3

3 years ago

2.13.0

3 years ago

2.13.1

3 years ago

2.12.0

3 years ago

2.11.4

3 years ago

2.11.5

3 years ago

2.12.1

3 years ago

2.12.2

3 years ago

2.11.0

3 years ago

2.11.1

3 years ago

2.10.2

3 years ago

2.11.2

3 years ago

2.11.3

3 years ago

2.10.1

3 years ago

2.10.0

3 years ago

2.9.1

3 years ago

2.9.0

3 years ago

2.8.1

3 years ago

2.8.0

3 years ago

2.7.0

3 years ago

2.6.1

3 years ago

2.6.0

3 years ago

2.5.0

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.6

3 years ago

2.2.5

3 years ago

2.2.4

3 years ago

2.2.3

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago