# lamed_table

Simple table object array for storing information

>**AS A** <u>"JavaScript developer"</u> 
**I WANT TO HAVE** <u>"a simple effective memory table"</u> 
**SO THAT I CAN** <u>"use it to store data temporary"</u>

Part of [See it Done](https://github.com/perezLamed/see_it_done)

[![npm](https://img.shields.io/npm/v/lamed_table.svg)](https://www.npmjs.org/package/lamed_table)
[![downloads](http://img.shields.io/npm/dt/lamed_table.svg?style=flat)](https://www.npmjs.org/package/lamed_table)
[![Build Status](https://travis-ci.org/perezLamed/lamed_table.svg?branch=master)](https://travis-ci.org/perezLamed/lamed_table)
[![codecov](https://codecov.io/gh/perezLamed/lamed_table/branch/master/graph/badge.svg)](https://codecov.io/gh/perezLamed/lamed_table)
[![CodeFactor](https://www.codefactor.io/repository/github/perezlamed/lamed_table/badge)](https://www.codefactor.io/repository/github/perezlamed/lamed_table)
[![Code size](https://img.shields.io/github/languages/code-size/perezLamed/lamed_table.svg?style=flat)](https://github.com/perezLamed/lamed_table)
[![license](https://img.shields.io/github/license/perezLamed/lamed_table.svg?style=flat)](https://github.com/perezLamed/lamed_table)

[![NPM](https://nodei.co/npm/lamed_table.png?downloads=true&downloadRank=true)](https://nodei.co/npm/lamed_table/)

[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)

## Install

### [npm](https://www.npmjs.com/package/lamed_string)

`npm i lamed_string -s`

### yarn

`yarn add lamed_string`

## Usage

### Node

```js
const _str = require('lamed_string');
```
- [Function documentation](doc/functions.md)