Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# linq.js [![Build Status](https://travis-ci.org/SvSchmidt/linqjs.svg?branch=master)](https://travis-ci.org/SvSchmidt/linqjs) [![Coverage Status](https://coveralls.io/repos/github/SvSchmidt/linqjs/badge.svg?branch=master)](https://coveralls.io/github/SvSchmidt/linqjs) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# linq.js [![Build Status](https://travis-ci.org/SvSchmidt/linqjs.svg?branch=master)](https://travis-ci.org/SvSchmidt/linqjs) [![Coverage Status](https://coveralls.io/repos/github/SvSchmidt/linqjs/badge.svg?branch=master)](https://coveralls.io/github/SvSchmidt/linqjs) ![David](https://img.shields.io/david/svschmidt/linqjs.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

> Perform queries on collections in the manner of C#s System.Linq in JavaScript

Expand All @@ -18,6 +18,11 @@ With [npm](https://npmjs.org/) installed, run
$ npm install linq.js
```

## Feature Complete

We've completed the development of all linq features and consider this library *stable*.
We'll still provide bug-fixes and if you're still missing something, please let us know.

## Usage

Let's see a (very basic) example of what is possible by querying collections using linq.js:
Expand Down