# **nowjs-core**

Nowjs-Core is a lightweight library for handle Line Of Business challenges.

 [![npm version](https://badge.fury.io/js/nowjs-core.svg)](https://www.npmjs.com/package/nowjs-core)
 [![Downloads](https://img.shields.io/npm/dm/nowjs-core.svg)](https://www.npmjs.com/package/nowjs-core)
 [![Gitter](https://badges.gitter.im/nowcando/nowjs-core.svg)](https://gitter.im/nowcando/nowjs-core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
  CI-Master: [![Build Status](https://travis-ci.org/nowcando/nowjs-core.svg?branch=master)](https://travis-ci.org/nowcando/nowjs-core) , CI-Develop: [![Build Status](https://travis-ci.org/nowcando/nowjs-core.svg?branch=develop)](https://travis-ci.org/nowcando/nowjs-core)

# Features

 - Parallels (Promise extention methods , delay , wait , cancelable , spread).
 - Collections (List , Colllection , LinkedList, Queue , Stack , SortedList , PriorityQueue , ...).
 - Computation (BigNumber , ComplexNumber , Simplex , Matrix , Vector , Point , ...).
 - Linq.
 - Data.
 - Exceptions.
 - Decorators.
 - Base Types (Logging).
 - Globalizations. (Translation)
 - Utils (String , Object , Sort , Type , Promise , Color, Number , Random utilities).
 - Validations
 - Sanitization (HtmlSanitizer).

### Developed in [NowCanDo](http://www.nowcando.com).

### Notes for contributors

Please see [CONTRIBUTING](./CONTRIBUTING.md).

### Changes

See [CHANGELOG](./CHANGELOG.md)

### License   
This project maintains under Apache 2.0 licence , see [LICENSE](./LICENSE) 