{"id":20719016,"url":"https://github.com/dlyt/jnode","last_synced_at":"2025-08-07T21:26:17.097Z","repository":{"id":189057760,"uuid":"77034603","full_name":"dlyt/JNode","owner":"dlyt","description":"A simple Node/Express/Sequelize API","archived":false,"fork":false,"pushed_at":"2016-12-27T01:37:09.000Z","size":213,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T07:48:24.837Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dlyt.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}},"created_at":"2016-12-21T08:51:27.000Z","updated_at":"2016-12-22T04:54:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"48c65397-3d2b-41df-abf8-67257bac8e0b","html_url":"https://github.com/dlyt/JNode","commit_stats":null,"previous_names":["dlyt/jnode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dlyt/JNode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlyt%2FJNode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlyt%2FJNode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlyt%2FJNode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlyt%2FJNode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlyt","download_url":"https://codeload.github.com/dlyt/JNode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlyt%2FJNode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267512942,"owners_count":24099628,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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-11-17T03:15:40.278Z","updated_at":"2025-07-28T12:03:35.923Z","avatar_url":"https://github.com/dlyt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Installation\n\n1.  Clone the repository: git clone https://github.com/dlyt/JNode.git\n*  Install the application: `npm install`\n*  Place your own Mysql URI in conf/db.js and models/index.js\n*  Start the server: `npm start`\n*  View in browser at http://localhost:3000\n*  test: `npm test`\n\n## API示例\n\n### 请求url:\n* http://localhost:3000/api/city\n\n### 请求方式:\n* POST\n\n### 参数:\n\n| 参数名 | 必选 | 类型 | 说明 |\n|:-------------:|:-------------|:-------------|:-------------|\n| city | true | string | 城市名称 |\n\n### 返回示例\n```\n{\n  \"code\": \"0\",\n  \"msg\": \"请求成功\",\n  \"value\": 23\n}\n```\n\n### 返回参数说明\n\n| 参数名| 类型 | 说明 |\n|:-------------:|:-------------|:-------------|\n| code | int | 0: 表示请求成功, 1: 表示请求失败 |\n| value | int | 城市ID |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlyt%2Fjnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlyt%2Fjnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlyt%2Fjnode/lists"}