{"id":18820703,"url":"https://github.com/valentinfunk/bankapi-get-started","last_synced_at":"2026-01-17T17:30:19.200Z","repository":{"id":76050015,"uuid":"60455587","full_name":"ValentinFunk/bankapi-get-started","owner":"ValentinFunk","description":null,"archived":false,"fork":false,"pushed_at":"2016-06-06T05:27:46.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T03:27:32.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ValentinFunk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-05T10:54:16.000Z","updated_at":"2016-06-05T11:00:13.000Z","dependencies_parsed_at":"2023-06-12T12:45:36.707Z","dependency_job_id":null,"html_url":"https://github.com/ValentinFunk/bankapi-get-started","commit_stats":null,"previous_names":["valentinfunk/bankapi-get-started"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinFunk%2Fbankapi-get-started","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinFunk%2Fbankapi-get-started/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinFunk%2Fbankapi-get-started/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinFunk%2Fbankapi-get-started/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ValentinFunk","download_url":"https://codeload.github.com/ValentinFunk/bankapi-get-started/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758832,"owners_count":19692034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T00:29:33.786Z","updated_at":"2025-02-20T00:45:50.986Z","avatar_url":"https://github.com/ValentinFunk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GET /started\n\n\n1) Klont das repository, dann installiert die Abhängigkeiten: ```npm install```\n\n2) Kopiert die Key Dateien von http://pbs-certificates.hack.institute/ in den Ordner (HACK*.key, ou=...)\n\n3) Das Password muss zu Anfang einmal geändert werden (username und password sind zu ersetzen mit den Passwörtern, die man von den Organisatoren bekommt, neues_pw ist das neue Passwort):\n```\nchmod a+x set-password.sh\nUSERNAME=username PASSWORD=password NEW_PASSWORD=neues_pw ./set-password.sh \n```\n\n\n4) Die API ist bereit zur Nutzung:\n```\nnode demo.js\n```\n\n# HOWTO Use (demo.js):\n\n```js\nvar bank = require('./index'),\n  _ = require('lodash');\n\nif (!process.env.SSL_KEY) {\n  require('dotenv').config();\n}\n\nbank.authenticate()\n.then(() =\u003e {\n  return bank.get(\"/accounts\");\n})\n.then(function(accounts) {\n  console.log(accounts);\n});\n```\nAnalog gibt es noch\n```js\nbank.post('/path', { param1: 123 });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentinfunk%2Fbankapi-get-started","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalentinfunk%2Fbankapi-get-started","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentinfunk%2Fbankapi-get-started/lists"}