{"id":16925048,"url":"https://github.com/hiroppy/express-routes-list","last_synced_at":"2026-05-05T04:41:20.029Z","repository":{"id":66361381,"uuid":"98131097","full_name":"hiroppy/express-routes-list","owner":"hiroppy","description":"Confirm routing on the terminal.","archived":false,"fork":false,"pushed_at":"2020-08-17T02:49:59.000Z","size":81,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-15T18:38:32.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/hiroppy.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":"2017-07-23T23:16:11.000Z","updated_at":"2017-12-14T01:31:00.000Z","dependencies_parsed_at":"2023-02-21T18:15:21.413Z","dependency_job_id":null,"html_url":"https://github.com/hiroppy/express-routes-list","commit_stats":null,"previous_names":["abouthiroppy/express-routes-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hiroppy/express-routes-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fexpress-routes-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fexpress-routes-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fexpress-routes-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fexpress-routes-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroppy","download_url":"https://codeload.github.com/hiroppy/express-routes-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fexpress-routes-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32636096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-10-13T20:08:41.543Z","updated_at":"2026-05-05T04:41:20.009Z","avatar_url":"https://github.com/hiroppy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-routes-list\n\n\u003c!-- travis https://travis-ci.org/ --\u003e\n\u003c!-- appveyor https://ci.appveyor.com --\u003e\n\u003c!-- codecov https://codecov.io/gh --\u003e\n\u003c!-- npm version badge: https://badge.fury.io/ --\u003e\n\nConfirm routing on the terminal.\n\n## Install\n```\n$ npm install express-routes-list --save-dev\n```\n\n## Usage\n```javascript\n'use strict';\n\nconst express = require('express');\nconst app = express();\nconst routesList = require('express-routes-list');\n\napp.get('/', (req, res) =\u003e {\n  res.send('Hello World');\n});\n\napp.post('/', (req, res) =\u003e {\n  res.send('Hello World');\n});\n\napp.post('/test', (req, res) =\u003e {\n  res.send('Test');\n});\n\napp.post('/test/:id', (req, res) =\u003e {\n  res.send('Test');\n});\n\n// add\nif (process.env.NODE_ENV === 'development') {\n  routesList(app);\n}\n\napp.listen(3000);\n```\n\n```sh\n$ npm start\n# you should write to package.json as a npm script\n# \"express-routes-list\": \"express-routes-list\"\n$ express-routes-list\n```\n\n1. run your express application\n2. run express-routes-list\n\n![list](./images/list.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fexpress-routes-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroppy%2Fexpress-routes-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fexpress-routes-list/lists"}