{"id":15634717,"url":"https://github.com/izelnakri/express-routemap","last_synced_at":"2025-04-09T17:26:45.262Z","repository":{"id":67870892,"uuid":"73822342","full_name":"izelnakri/express-routemap","owner":"izelnakri","description":"Display all your express routes in the terminal!","archived":false,"fork":false,"pushed_at":"2022-12-12T03:49:42.000Z","size":88,"stargazers_count":133,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T11:49:52.009Z","etag":null,"topics":["developer-tools","express","node","routing"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/izelnakri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-11-15T14:39:49.000Z","updated_at":"2025-01-15T19:38:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf434155-7c87-4369-9fa2-f338b0770e02","html_url":"https://github.com/izelnakri/express-routemap","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"b272f2c1bb60afc8b61b97b168b0f01f9ebaf2bb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izelnakri%2Fexpress-routemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izelnakri%2Fexpress-routemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izelnakri%2Fexpress-routemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izelnakri%2Fexpress-routemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izelnakri","download_url":"https://codeload.github.com/izelnakri/express-routemap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248076302,"owners_count":21043745,"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":["developer-tools","express","node","routing"],"created_at":"2024-10-03T10:56:01.061Z","updated_at":"2025-04-09T17:26:45.238Z","avatar_url":"https://github.com/izelnakri.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Display all your express routes in the terminal!\n\n![](http://g.recordit.co/PhGRKSCZjL.gif)\n\n# HOW TO:\n\n```npm install express-routemap```\n\n```js\n  // in your index.js:\n\n  const express = require('express'),\n        displayRoutes = require('express-routemap');\n\n  var app = express();\n\n  var adminRouter = require('./routes/admin');\n\n  app.use('/admin', adminRouter);\n\n  app.get('/', (req, res) =\u003e {\n    res.render('index');\n  });\n\n  app.listen(3000, () =\u003e {\n    console.log('Web server started at port 3000!');\n    // HERE IS THE FUN PART:\n    displayRoutes(app);\n\n    // or use like this\n    displayRoutes(app, 'route-table.log');\n  });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizelnakri%2Fexpress-routemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizelnakri%2Fexpress-routemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizelnakri%2Fexpress-routemap/lists"}