Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bvalosek/iterable
Lazily-evaluated `Sequence`-based iterable objects with deferred querying and aggregation.
https://github.com/bvalosek/iterable
Last synced: 10 days ago
JSON representation
Lazily-evaluated `Sequence`-based iterable objects with deferred querying and aggregation.
- Host: GitHub
- URL: https://github.com/bvalosek/iterable
- Owner: bvalosek
- Created: 2014-03-12T05:27:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T04:10:08.000Z (over 10 years ago)
- Last Synced: 2024-04-29T21:10:31.159Z (8 months ago)
- Language: JavaScript
- Size: 676 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iterable
[![Build Status](http://travis-ci.org/bvalosek/iterable.png?branch=master)](https://travis-ci.org/bvalosek/iterable)
[![NPM version](http://badge.fury.io/js/iterable.png)](http://badge.fury.io/js/iterable)A library that provides lazily-evaluated `Sequence`-based iterable objects with
deferred querying and aggregation.> This project is still pre-1.0 and not yet considered stable.
[![browser support](http://ci.testling.com/bvalosek/iterable.png)](https://ci.testling.com/bvalosek/iterable)
## Installation
Works on the server or the browser (via [Browserify](http://browserify.org)):
```
npm install iterable
```## Usage
## Testing
```
$ npm test
```## License
MIT