An open API service indexing awesome lists of open source software.

https://github.com/gianptdev/class-node

Collection of multiple node objects to build different types of object structures.
https://github.com/gianptdev/class-node

collection general-purpose node nodes oop simple

Last synced: 3 months ago
JSON representation

Collection of multiple node objects to build different types of object structures.

Awesome Lists containing this project

README

        



node-class

This is a collection of classes to construct different types of connected objects structure.

The code is intended to be used as an example for creating such structures but can be used directly because is tested and written for multiple languages.

Documentation is written in the **docs/** folder and scripts contain comments that support [vscode](https://code.visualstudio.com) hinting.

______

## WARNING: CURRENTLY NOT RELEASED
Buxfixes and features are being implemented, wait for them to be fixed first.

______



GitHub

GitHub language count

GitHub contributors




GitHub release (latest by date)
GitHub all releases

______

>
>
> ## Installation
>
> To get a copy of the library you need to follow these steps:
>
> 1. Go to the [release menu](https://github.com/GianptDev/nodelib/releases).
> 2. Select the version you wish.
> 3. Download the zip with the desired language.
> 4. Import or copy the script inside your code.

______

>
>
> ## Features
>
> - ChainNode, RelationNode, TreeNode structure.
> - Node iterations methods and path structure.
>
> Changelogs are documented [here](changelogs.md)

______

>
>
> ## Contribute
>
> If you want to help you can ask for features in the [issues menu](https://github.com/GianptDev/nodelib/issues), if you find bugs make sure to make a detailed description with sample code.