u-stack-js
v0.0.3
Published
A 'micro' Stack implementation in Js.
Downloads
1
Readme
u-stack
A 'micro' Stack implementation in Js.
Prerequisites
- NodeJs / NPM
Installation
npm i --save 'u-stack'
Testing
From your application code.
const uStack = require('u-stack')
const myStack = uStack()
console.log('myStack --> ', myStack)
Usage
This repo is under development. Initial LTS release will be 1.0.0, and it should not be used until then.
Contributing
Not currently accepting outside contributors, but feel free to clone, modify and use as you wish.
Authors
License
This project is licensed under the DO_WHATEVER_YOU_WANT License - see the LICENSE file for details
Acknowledgments
- Gayle Laakmann McDowell --- HackerRank YouTube