{"id":19111423,"url":"https://github.com/ekliptor/apputils","last_synced_at":"2025-04-30T21:08:29.181Z","repository":{"id":53431618,"uuid":"135113348","full_name":"Ekliptor/apputils","owner":"Ekliptor","description":"Basic helper functions for HTTP requests, file system, logging, JSON parsing and other basics of a web app.","archived":false,"fork":false,"pushed_at":"2025-04-26T23:19:12.000Z","size":432,"stargazers_count":2,"open_issues_count":10,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T21:08:22.693Z","etag":null,"topics":["css","css3","html","html5","mongodb","nodejs","typescript","webapp"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ekliptor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2018-05-28T05:29:25.000Z","updated_at":"2025-04-26T23:19:16.000Z","dependencies_parsed_at":"2024-06-07T08:44:16.278Z","dependency_job_id":"009ddc40-db19-4dec-afc5-6aec130aa081","html_url":"https://github.com/Ekliptor/apputils","commit_stats":{"total_commits":32,"total_committers":3,"mean_commits":"10.666666666666666","dds":0.1875,"last_synced_commit":"d908110d5d810ffb2f7c5c668218de57eeb5a030"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekliptor%2Fapputils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekliptor%2Fapputils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekliptor%2Fapputils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekliptor%2Fapputils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ekliptor","download_url":"https://codeload.github.com/Ekliptor/apputils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251782775,"owners_count":21642987,"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":["css","css3","html","html5","mongodb","nodejs","typescript","webapp"],"created_at":"2024-11-09T04:28:27.460Z","updated_at":"2025-04-30T21:08:29.159Z","avatar_url":"https://github.com/Ekliptor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apputils\n\nBasic helper functions for HTTP requests, file system, logging, JSON parsing and other basics of a web app.\n\n## Installation\n\n```\nnpm install @ekliptor/apputils\n```\n\n## Usage\n\nAt the top of your source code file write:\n\nwith TypeScript:\n```\nimport * as utils from \"@ekliptor/apputils\";\nconst logger = utils.logger\n    , nconf = utils.nconf;\n```\n\nwith JavaScript:\n```\nconst utils = require(\"@ekliptor/apputils\");\nconst logger = utils.logger\n    , nconf = utils.nconf;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekliptor%2Fapputils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekliptor%2Fapputils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekliptor%2Fapputils/lists"}