Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesselpalmer/jadt
JavaScript Abstract Data Types
https://github.com/jesselpalmer/jadt
Last synced: 4 days ago
JSON representation
JavaScript Abstract Data Types
- Host: GitHub
- URL: https://github.com/jesselpalmer/jadt
- Owner: jesselpalmer
- License: mit
- Created: 2022-06-13T17:42:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T18:13:01.000Z (about 1 year ago)
- Last Synced: 2024-10-06T10:42:17.517Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# jadt
JavaScript Abstract Data Types
## Installation
```
npm i jadt
```## Tests
```
npm test
```## Contributing
Pull requests are welcome! Please make sure that any new or changed functionality need to have unit tests accompanied with the PR. Make sure that you lint (`npm run lint`) and test your code (`npm test`).