Skip to content

Commit

Permalink
feat: setup project and implement parser for ISG system info
Browse files Browse the repository at this point in the history
  • Loading branch information
tFaster committed Feb 24, 2020
1 parent 329912b commit d3ae3d1
Show file tree
Hide file tree
Showing 13 changed files with 5,422 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# IDE
/.idea
/*.iml

# compiled output
/lib
/coverage

# dependencies
/node_modules
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# node-stiebel-isg-parser
# node-stiebel-isg-parser

Parser for the Stiebel Eltron ISG web interface written in typescript

## Available parser functions

### parseSystemInfo
Parses page "Info" --> "System".
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node'
};
Loading

0 comments on commit d3ae3d1

Please sign in to comment.