{"id":23243374,"url":"https://github.com/dunnl/nena-openapi-docs","last_synced_at":"2025-04-05T23:21:17.583Z","repository":{"id":268632443,"uuid":"904992582","full_name":"dunnl/NENA-OpenAPI-Docs","owner":"dunnl","description":"HTML documentation for the OpenAPI specifications published by the National Emergency Number Association","archived":false,"fork":false,"pushed_at":"2024-12-18T17:17:45.000Z","size":146,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T05:44:51.583Z","etag":null,"topics":["nena","ng9-1-1","ng911","openapi"],"latest_commit_sha":null,"homepage":"https://dunnl.github.io/NENA-OpenAPI-Docs/","language":"Makefile","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/dunnl.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-12-18T00:13:40.000Z","updated_at":"2025-02-04T16:30:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f04d319-021c-4636-b619-d1a69831cae2","html_url":"https://github.com/dunnl/NENA-OpenAPI-Docs","commit_stats":null,"previous_names":["dunnl/nena-openapi-docs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunnl%2FNENA-OpenAPI-Docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunnl%2FNENA-OpenAPI-Docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunnl%2FNENA-OpenAPI-Docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunnl%2FNENA-OpenAPI-Docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dunnl","download_url":"https://codeload.github.com/dunnl/NENA-OpenAPI-Docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247412576,"owners_count":20934878,"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":["nena","ng9-1-1","ng911","openapi"],"created_at":"2024-12-19T06:16:47.434Z","updated_at":"2025-04-05T23:21:17.569Z","avatar_url":"https://github.com/dunnl.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NENA OpenAPI Documentation\n\nThis repo contains scripts to generate documentation for [OpenAPI](https://www.openapis.org/) specifications published by [NENA](https://nena.org) on their [Github page](https://github.com/NENA911). Documentation is generated using [Redocly](https://redocly.com).\n\n## Dependencies\n\n- Basic developer utilities (GNU `make`, `find`)\n- `npm` (The Node.js package manager)\n- `gh` (The Github CLI utility)\n\nIf you do not have  these tools you will need to install them. A typical procedure to install `npm` on Ubuntu would look like the following. I recommend installing `nvm` first, like this:\n```\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash\n```\n(Make sure you trust the above script.) Then run\n\n```\nnvm install --lts\n```\nto install the latest Long Term Support version of Node.js\n\nIf you do not have `gh`, installation on Ubuntu would look like this:\n\n```\napt update\napt install gh\n```\n\n## First time setup\n\nThe following only needs to be done **once**. First, login to Github with\n\n```\ngh auth login\n```\n\nThen initialize the worktree by running\n\n```\nmake initialize\n```\n\nThis will clone all of [NENA's Github repos](https://github.com/NENA911) to a directory named `NENA911`. Then, all files ending in `.yaml` will be dumped into a `yaml/` directory. Then you will need to install the remaining dependencies from `package.json`:\n\n```\nnpm install\n```\n\n## Usage\n\nRun `make` to generate documentation under `docs/`\n\nClean the worktree with `make clean`. This will delete the generated HTML documentation and other build artifacts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunnl%2Fnena-openapi-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunnl%2Fnena-openapi-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunnl%2Fnena-openapi-docs/lists"}