{"id":22869868,"url":"https://github.com/autodesk-platform-services/aps-simple-viewer-nodejs","last_synced_at":"2025-04-09T08:12:50.596Z","repository":{"id":80611560,"uuid":"561045525","full_name":"autodesk-platform-services/aps-simple-viewer-nodejs","owner":"autodesk-platform-services","description":"Autodesk Platform Services application built by following the Simple Viewer tutorial from https://aps.autodesk.com/getting-started.","archived":false,"fork":false,"pushed_at":"2024-12-12T12:08:51.000Z","size":6096,"stargazers_count":43,"open_issues_count":2,"forks_count":45,"subscribers_count":13,"default_branch":"develop","last_synced_at":"2025-04-02T07:08:07.137Z","etag":null,"topics":["autodesk-data-management","autodesk-model-derivative","autodesk-viewer","nodejs","sample"],"latest_commit_sha":null,"homepage":"https://aps-simple-viewer-nodejs.autodesk.io","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/autodesk-platform-services.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":"2022-11-02T20:30:27.000Z","updated_at":"2025-03-17T13:15:07.000Z","dependencies_parsed_at":"2023-12-12T18:19:10.587Z","dependency_job_id":"8b585744-3af5-4037-a269-f0291a509591","html_url":"https://github.com/autodesk-platform-services/aps-simple-viewer-nodejs","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":"0.024390243902439046","last_synced_commit":"8d74197135c92fca41ea72666ae9d9eb93341278"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autodesk-platform-services%2Faps-simple-viewer-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autodesk-platform-services%2Faps-simple-viewer-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autodesk-platform-services%2Faps-simple-viewer-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autodesk-platform-services%2Faps-simple-viewer-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autodesk-platform-services","download_url":"https://codeload.github.com/autodesk-platform-services/aps-simple-viewer-nodejs/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999864,"owners_count":21031046,"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":["autodesk-data-management","autodesk-model-derivative","autodesk-viewer","nodejs","sample"],"created_at":"2024-12-13T13:12:10.989Z","updated_at":"2025-04-09T08:12:50.579Z","avatar_url":"https://github.com/autodesk-platform-services.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Viewer (Node.js)\n\n![platforms](https://img.shields.io/badge/platform-windows%20%7C%20osx%20%7C%20linux-lightgray.svg)\n[![node.js](https://img.shields.io/badge/Node.js-20.13-blue.svg)](https://nodejs.org)\n[![npm](https://img.shields.io/badge/npm-10.5-blue.svg)](https://www.npmjs.com/)\n[![license](https://img.shields.io/:license-mit-green.svg)](https://opensource.org/licenses/MIT)\n\n[Autodesk Platform Services](https://aps.autodesk.com) application built by following\nthe [Simple Viewer](https://tutorials.autodesk.io/tutorials/simple-viewer/) tutorial\nfrom https://tutorials.autodesk.io.\n\n![thumbnail](thumbnail.png)\n\n## Development\n\n### Prerequisites\n\n- [APS credentials](https://forge.autodesk.com/en/docs/oauth/v2/tutorials/create-app)\n- [Node.js](https://nodejs.org) (Long Term Support version is recommended)\n- Command-line terminal such as [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/overview)\nor [bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)) (should already be available on your system)\n\n\u003e We recommend using [Visual Studio Code](https://code.visualstudio.com) which, among other benefits,\n\u003e provides an [integrated terminal](https://code.visualstudio.com/docs/terminal/basics) as well.\n\n### Setup \u0026 Run\n\n- Clone this repository: `git clone https://github.com/autodesk-platform-services/aps-simple-viewer-nodejs`\n- Go to the project folder: `cd aps-simple-viewer-nodejs`\n- Install Node.js dependencies: `npm install`\n- Open the project folder in a code editor of your choice\n- Create a _.env_ file in the project folder, and populate it with the snippet below,\nreplacing `\u003cclient-id\u003e` and `\u003cclient-secret\u003e` with your APS Client ID and Client Secret:\n\n```bash\nAPS_CLIENT_ID=\"\u003cclient-id\u003e\"\nAPS_CLIENT_SECRET=\"\u003cclient-secret\u003e\"\n```\n\n- Run the application, either from your code editor, or by running `npm start` in terminal\n- Open http://localhost:8080\n\n\u003e When using [Visual Studio Code](https://code.visualstudio.com), you can run \u0026 debug\n\u003e the application by pressing `F5`.\n\n## Troubleshooting\n\nPlease contact us via https://forge.autodesk.com/en/support/get-help.\n\n## License\n\nThis sample is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\nPlease see the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk-platform-services%2Faps-simple-viewer-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautodesk-platform-services%2Faps-simple-viewer-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk-platform-services%2Faps-simple-viewer-nodejs/lists"}