{"id":18664914,"url":"https://github.com/mazkdevf/getonlinesdk","last_synced_at":"2026-07-17T12:34:57.450Z","repository":{"id":137785362,"uuid":"543624649","full_name":"mazkdevf/GetOnlineSDK","owner":"mazkdevf","description":"Unofficial SDK - Finnish Text's","archived":false,"fork":false,"pushed_at":"2022-09-30T14:22:03.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T13:47:51.035Z","etag":null,"topics":["garde","getonline"],"latest_commit_sha":null,"homepage":"https://tms.garde.fi/tournaments","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mazkdevf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["mazkdevf"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.garde.fi/","https://www.getonline-lan.net/"]}},"created_at":"2022-09-30T13:52:21.000Z","updated_at":"2022-09-30T14:20:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"8affbbbc-9b29-4c15-87f6-fd7430a4bc31","html_url":"https://github.com/mazkdevf/GetOnlineSDK","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mazkdevf/GetOnlineSDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FGetOnlineSDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FGetOnlineSDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FGetOnlineSDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FGetOnlineSDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mazkdevf","download_url":"https://codeload.github.com/mazkdevf/GetOnlineSDK/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FGetOnlineSDK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35582007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-17T02:00:06.162Z","response_time":116,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["garde","getonline"],"created_at":"2024-11-07T08:25:30.338Z","updated_at":"2026-07-17T12:34:57.414Z","avatar_url":"https://github.com/mazkdevf.png","language":"JavaScript","funding_links":["https://github.com/sponsors/mazkdevf","https://www.garde.fi/","https://www.getonline-lan.net/"],"categories":[],"sub_categories":[],"readme":"## **GetOnlineSDK**\nUnofficial SDK - Finnish Text's\n\n- Tuetut kielet / Languages supported: Finnish\n\n### Esimerkit - Examples\n---------------\n\n#### Valmistele SDK / Initialize SDK\n```js\nconst GetOnline = require('./getOnline');\n\nconst getOnline = new GetOnline();\n```\n\n- Esimerkkiparametrit GetOnline-konstruktoriin / Example Parameters to GetOnline constructor\n```js\nconst getOnline = new GetOnline({\n    debug: true // true or false\n});\n```\n\n#### Tulevat turnaukset / Upcoming tournaments\n```js\ngetOnline.TulevatTurnaukset().then((res) =\u003e {\n    console.log(res); // Palauttaa joukon tulevia turnauksia - Returns array of Upcoming tournaments\n}).catch((err) =\u003e {\n    console.log(err); // Tapahtui virhe - An error has occurred\n})\n```\n\n- Taulukon sisältö tuloksesta / Contents of array from result\n```js\n[\n  {\n    turnauksenNimi: 'STRING',\n    pelinNimi: 'STRING',\n    alkaa: 'STRING',\n    loppuu: 'STRING'\n  },\n  {\n    turnauksenNimi: 'STRING',\n    pelinNimi: 'STRING',\n    alkaa: 'STRING',\n    loppuu: 'STRING'\n  }\n]\n```\n\n#### Päättyneet turnaukset / Finished tournaments\n```js\ngetOnline.MenneetTurnaukset().then((res) =\u003e {\n    console.log(res); // Palauttaa joukon Päättyneitä turnauksia - Returns an array of Finished tournaments\n}).catch((err) =\u003e {\n    console.log(err); // Tapahtui virhe - An error has occurred\n})\n```\n\n- Taulukon sisältö tuloksesta / Contents of array from result\n\n```JS\n[\n  {\n    turnauksenNimi: 'STRING',\n    pelinNimi: 'STRING',\n    alkoi: 'STRING',\n    loppui: 'STRING'\n  },\n  {\n    turnauksenNimi: 'STRING',\n    pelinNimi: 'STRING',\n    alkoi: 'STRING',\n    loppui: 'STRING'\n  }\n]\n```\n\n## GetOnline by garde.fi\n\nhttps://www.garde.fi/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazkdevf%2Fgetonlinesdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazkdevf%2Fgetonlinesdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazkdevf%2Fgetonlinesdk/lists"}