{"id":30895552,"url":"https://github.com/ladybug-tools/spider-core","last_synced_at":"2025-09-08T22:07:31.879Z","repository":{"id":150368186,"uuid":"178691143","full_name":"ladybug-tools/spider-core","owner":"ladybug-tools","description":"Lightweight JavaScript modules containing the core data parsing and rendering functions of Spider.","archived":false,"fork":false,"pushed_at":"2021-10-15T03:11:50.000Z","size":1148,"stargazers_count":3,"open_issues_count":4,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-01-25T11:33:29.188Z","etag":null,"topics":["3d","javascript","node"],"latest_commit_sha":null,"homepage":"http://www.ladybug.tools/spider-core/docs/latest/","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/ladybug-tools.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}},"created_at":"2019-03-31T13:22:43.000Z","updated_at":"2021-10-15T03:11:54.000Z","dependencies_parsed_at":"2023-07-27T16:15:07.457Z","dependency_job_id":null,"html_url":"https://github.com/ladybug-tools/spider-core","commit_stats":{"total_commits":17,"total_committers":4,"mean_commits":4.25,"dds":0.4117647058823529,"last_synced_commit":"dacebd29847a7d2c447568a29d85193878c422e2"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ladybug-tools/spider-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fspider-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fspider-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fspider-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fspider-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ladybug-tools","download_url":"https://codeload.github.com/ladybug-tools/spider-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fspider-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231547,"owners_count":25245659,"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-09-08T02:00:09.813Z","response_time":121,"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":["3d","javascript","node"],"created_at":"2025-09-08T22:07:27.025Z","updated_at":"2025-09-08T22:07:31.836Z","avatar_url":"https://github.com/ladybug-tools.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":" [![NPM](https://nodei.co/npm/@ladybug-tools/spider-core.png?downloads=true)](https://nodei.co/npm/@ladybug-tools/spider-core/)\n\n [![Build Status](https://travis-ci.org/ladybug-tools/spider-core.svg?branch=master)](https://travis-ci.org/ladybug-tools/spider-core)\n[![npm](https://img.shields.io/npm/v/@ladybug-tools/spider-core.svg)](https://www.npmjs.com/package/@ladybug-tools/spider-core)\n[![Download](https://img.shields.io/npm/v/@ladybug-tools/spider-core.svg?label=Download)](https://github.com/ladybug-tools/spider-core/tree/master/dist)\n[![npm installs](https://img.shields.io/npm/dm/@ladybug-tools/spider-core.svg?label=npm%20installs)](https://www.npmjs.com/package/@ladybug-tools/spider-core)\n[![GitHub license](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/ladybug-tools/spider-core/master/LICENSE)\n\n\n![Spider](https://raw.githubusercontent.com/ladybug-tools/artwork/master/icons_bugs/emoji/spider.png)\n\n## Spider-Core\nLightweight JavaScript modules containing the core data parsing and rendering functions of Spider.\n\n### Installation\n```console\nnpm install --save @ladybug-tools/spider-core\n```\n\n### QuickStart\n\nThe spider-core package aims to provide a data manipulation layer from which users can build 3D visualisation tools as well as general 3D model debugging applications.\n\n```javascript\nconst fs = require('fs');\nconst Spider = require('@ladybug-tools/spider-core');\n\nconst gbXMLString = fs.readFileSync('/path/to/file.gbxml').toString();\n\nconst gbXMLJson = Spider.gbXMLParser.parseFileXML(gbXMLString);\n\nconsole.log(JSON.stringify(gbXMLJson, null, 2));\n```\n\n### Documentation\nFull API documentation of the latest version of this package can be found [here](https://www.ladybug.tools/spider-core/docs/latest/).\n\n### Contributing\nContributions are most welcome! Please refere to the [contributing guide](https://www.ladybug.tools/spider-core/docs/latest/tutorial-contributing.html) to help you get started.\n\n### Releases\nA list of releases and changes applied for each one can be found [here](https://github.com/ladybug-tools/spider-core/releases).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladybug-tools%2Fspider-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladybug-tools%2Fspider-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladybug-tools%2Fspider-core/lists"}