Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/behrad/mft-stack


https://github.com/behrad/mft-stack

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

This is a cool stack implementation in javascript.

## Install
```sh
npm i @behrad/mft-stack
```

## How to Use?

you should call push to add new item to stack

```javascript
stack.push({name: 'behrad'})
```