{"id":27954756,"url":"https://github.com/hansputera/beranicerdas-api","last_synced_at":"2025-05-07T17:35:45.939Z","repository":{"id":290895098,"uuid":"975763706","full_name":"hansputera/beranicerdas-api","owner":"hansputera","description":"Just an API Wrapper for https://beranicerdas.sekolahkukeren.id (unofficial)","archived":false,"fork":false,"pushed_at":"2025-05-01T06:18:18.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T07:22:32.640Z","etag":null,"topics":["backend","education","indonesia","scholarship","scraping","sulteng","sultengprov"],"latest_commit_sha":null,"homepage":"https://beranicerdas.sekolahkukeren.id","language":"TypeScript","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/hansputera.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,"zenodo":null}},"created_at":"2025-04-30T21:27:07.000Z","updated_at":"2025-05-01T06:23:43.000Z","dependencies_parsed_at":"2025-05-02T00:45:06.566Z","dependency_job_id":null,"html_url":"https://github.com/hansputera/beranicerdas-api","commit_stats":null,"previous_names":["hansputera/beranicerdas-api"],"tags_count":0,"template":false,"template_full_name":"hansputera/node-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansputera%2Fberanicerdas-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansputera%2Fberanicerdas-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansputera%2Fberanicerdas-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansputera%2Fberanicerdas-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansputera","download_url":"https://codeload.github.com/hansputera/beranicerdas-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252926758,"owners_count":21826361,"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":["backend","education","indonesia","scholarship","scraping","sulteng","sultengprov"],"created_at":"2025-05-07T17:34:28.370Z","updated_at":"2025-05-07T17:35:45.932Z","avatar_url":"https://github.com/hansputera.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BeraniCerdas API Wrapper\n\nAn API Wrapper (unofficial) for https://beranicerdas.sekolahkukeren.id website\n\n## Usage\n```ts\nimport { BeraniCerdasAPI } from 'beranicerdas-api';\n\nconst beranicerdas = new BeraniCerdasAPI();\n// Or (maybe they changed the backend service DNS)\nconst beranicerdas = new BeraniCerdasAPI('https://newbackend.sekolahkukeren.id');\n\n// Login as user\nconst user = await beranicerdas.login({\n    username: 'use NIK as username',\n    password: 'put plain user password here',\n});\n\n// Now, you can use 'user' to fetch profile, education, and progress\nawait user.fetchProfile();\nawait user.fetchStatus();\nawait user.fetchProgress();\nawait user.fetchEducation();\n\n// And, you can update the education, and profile\nawait user.updateProfile({ ... });\nawait user.updateEducation({ ... });\n\n// Last, logout (you cant use 'user' after doing this action)\nawait user.logout();\n\n// But, can I register new user? Of course.\nawait beranicerdas.register({ ... });\n```\n\n## Soon\n- Implement verification link method\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansputera%2Fberanicerdas-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansputera%2Fberanicerdas-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansputera%2Fberanicerdas-api/lists"}