{"id":25407289,"url":"https://github.com/uditdc/nnapp","last_synced_at":"2025-10-17T04:30:00.026Z","repository":{"id":225346240,"uuid":"765658377","full_name":"uditdc/nnApp","owner":"uditdc","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-01T07:40:58.000Z","size":198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T06:45:39.013Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/uditdc.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":"2024-03-01T11:08:27.000Z","updated_at":"2024-07-01T07:40:14.000Z","dependencies_parsed_at":"2024-03-01T15:29:22.338Z","dependency_job_id":"7a4685f8-e0ec-456d-8bcf-9559735c9ef1","html_url":"https://github.com/uditdc/nnApp","commit_stats":null,"previous_names":["uditdc/nnapp-alpha"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditdc%2FnnApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditdc%2FnnApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditdc%2FnnApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditdc%2FnnApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uditdc","download_url":"https://codeload.github.com/uditdc/nnApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248681480,"owners_count":21144700,"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":"2025-02-16T06:45:43.312Z","updated_at":"2025-10-17T04:29:59.942Z","avatar_url":"https://github.com/uditdc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nnApp\n\n**nnApp** is a Go package that provides a basic structure for building applications using the Blockless Network (B7S) framework. It includes functionalities for initializing, configuring, and running a Blockless Node.\n\n## Installation\n\nTo use this package in your project, you can import it with the following:\n\n```go\nimport \"github.com/blocklessnetwork/nnApp\"\n```\n\n## Usage\n\n### Creating an App Instance\n\nTo create a new instance of the App structure, use the NewApp function, providing a name for the app:\n\n```go\napp, err := nnApp.NewApp(\"your-app-name\")\nif err != nil {\n    // handle error\n}\n```\n\n### Configuring the App\n\nThe configuration is loaded from command-line flags. Customize the flags according to your requirements. Additionally, you can configure the logging level with the zerolog package.\n\n```go\n// Parse configuration flags\napp.B7sConfig = nnApp.parseFlags()\n\n// Configure zerolog with desired level (optional)\napp.logger = zerolog.New(os.Stderr).With().Timestamp().Logger().Level(zerolog.DebugLevel)\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditdc%2Fnnapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuditdc%2Fnnapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditdc%2Fnnapp/lists"}