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

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


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

Last synced: 2 months 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'})
```