Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inwebo/grid.js
ES6 Grid implementation
https://github.com/inwebo/grid.js
es6 graph-es6 grid grids javascript
Last synced: about 2 months ago
JSON representation
ES6 Grid implementation
- Host: GitHub
- URL: https://github.com/inwebo/grid.js
- Owner: inwebo
- License: gpl-3.0
- Created: 2020-10-04T08:43:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T13:11:44.000Z (over 2 years ago)
- Last Synced: 2024-08-10T02:52:03.526Z (5 months ago)
- Topics: es6, graph-es6, grid, grids, javascript
- Language: JavaScript
- Homepage: https://inwebo.github.io/Grid.js
- Size: 208 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grid.js
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)ES6 grid implementation, [See demo page](https://inwebo.github.io/Grid.js/).
## Installation
### Git
```bash
git clone https://github.com/inwebo/Grid.js.git
```### NPM
```bash
npm i @inwebo/grid.js
```### Yarn
```bash
yarn i @inwebo/grid.js
```## Tests
### Npm
```shell script
npm test
```
### Yarn
```shell script
yarn test
```## Web
* [Grids and Graphs from Red Blob Games](https://www.redblobgames.com/pathfinding/grids/graphs.html)
* [Graphs and networks](https://plus.maths.org/content/graphs-and-networks)
* [Wiki](https://en.wikipedia.org/wiki/Graph_(abstract_data_type))