Commit 14fda4cd authored by Marius Wybrands's avatar Marius Wybrands
Browse files

ADD .gitignore, README.Md, dependencies in package.json

parent 5b549339
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+3 −0
Original line number Diff line number Diff line
node_modules
package-lock.json
.idea
 No newline at end of file

README.md

0 → 100644
+1 −0
Original line number Diff line number Diff line
# The largest heading
 No newline at end of file
+9 −3
Original line number Diff line number Diff line
{
  "name": "genesis-online-wrapper",
  "version": "0.0.1",
  "description": "",
  "description": "Node.js wrapper for the germany genesis online database provided by Statistisches Bundesamt",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
@@ -14,8 +14,14 @@
    "database",
    "wrapper",
    "germany",
    "statistisches bundesland"
    "statistisches bundesland",
    "node",
    "javascript"
  ],
  "author": "Marius Wybrands",
  "license": "ISC"
  "license": "MIT",
  "dependencies": {
    "axios": "^0.18.0",
    "xml-js": "^1.6.9"
  }
}