{"id":18000151,"url":"https://github.com/defactosoftware/notfoundroute","last_synced_at":"2026-03-05T22:08:42.761Z","repository":{"id":62430093,"uuid":"322339193","full_name":"DefactoSoftware/NotFoundRoute","owner":"DefactoSoftware","description":"An overview of all routes in your Phoenix project.","archived":false,"fork":false,"pushed_at":"2021-08-24T12:42:05.000Z","size":316,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T11:09:43.969Z","etag":null,"topics":["elixir","phoenix","routes"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/DefactoSoftware.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}},"created_at":"2020-12-17T15:41:24.000Z","updated_at":"2021-08-24T12:42:08.000Z","dependencies_parsed_at":"2022-11-01T20:06:40.523Z","dependency_job_id":null,"html_url":"https://github.com/DefactoSoftware/NotFoundRoute","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefactoSoftware%2FNotFoundRoute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefactoSoftware%2FNotFoundRoute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefactoSoftware%2FNotFoundRoute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefactoSoftware%2FNotFoundRoute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DefactoSoftware","download_url":"https://codeload.github.com/DefactoSoftware/NotFoundRoute/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245611768,"owners_count":20643892,"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":["elixir","phoenix","routes"],"created_at":"2024-10-29T23:09:54.206Z","updated_at":"2026-03-05T22:08:42.715Z","avatar_url":"https://github.com/DefactoSoftware.png","language":"Elixir","readme":"[![Hex pm](http://img.shields.io/hexpm/v/not_found_route.svg?style=flat)](https://hex.pm/packages/not_found_route)\n\n# NotFoundRoute\n\nShows the routes in a (non umbrella) phoenix app with a live filter through all\nroutes. This is only enabled in `:dev` mode\n\n![search](https://user-images.githubusercontent.com/1089927/102547581-b08ba000-40b9-11eb-83bd-5f72249e0999.gif)\n\nNeeded to run:\n  * Phoenix \u003e 1.4\n  * LiveView (only needed for search)\n\n## Install\n\nAdd to `mix.exs`\n\n```ex\ndef deps do\n  # ...\n  {:not_found_route, \"0.0.2\"}\nend\n```\n\nIn `lib/my_app_web/router.ex`\n\n```ex\ndefmodule MyAppWeb.Router do\n  # ...\n  import NotFoundRouteWeb.Router\n  # ...\n\n  # Add this as last route in the \"/\" scope\n  live_not_found()\nend\n```\n\n## Usage\n\nGo to a route that is not defined in the router, for example `/not-found`\nwhere a page comes up with all the routes available in your appp.\n\nSearch works for each column, when clicking on a column search will work only\nfor that column.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefactosoftware%2Fnotfoundroute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefactosoftware%2Fnotfoundroute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefactosoftware%2Fnotfoundroute/lists"}