Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swiftcarrot/js-tree
Tree structure in javascript
https://github.com/swiftcarrot/js-tree
javascript tree
Last synced: 2 months ago
JSON representation
Tree structure in javascript
- Host: GitHub
- URL: https://github.com/swiftcarrot/js-tree
- Owner: swiftcarrot
- License: mit
- Created: 2015-04-24T13:33:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T14:51:58.000Z (over 5 years ago)
- Last Synced: 2024-11-05T23:05:50.453Z (2 months ago)
- Topics: javascript, tree
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 38
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodejs-pure-js - js-tree
README
# js-tree
[![npm](https://img.shields.io/npm/v/js-tree.svg)](https://www.npmjs.com/package/js-tree)
[![Build Status](https://travis-ci.org/wangzuo/js-tree.svg?branch=master)](https://travis-ci.org/wangzuo/js-tree)
[![codecov](https://codecov.io/gh/wangzuo/js-tree/branch/master/graph/badge.svg)](https://codecov.io/gh/wangzuo/js-tree)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)Tree structure in javascript
## Installation
```sh
npm install js-tree --save
yarn add js-tree
```