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

https://github.com/peerlibrary/meteor-async

Async provides straight-forward, powerful functions for working with asynchronous JavaScript
https://github.com/peerlibrary/meteor-async

Last synced: 9 months ago
JSON representation

Async provides straight-forward, powerful functions for working with asynchronous JavaScript

Awesome Lists containing this project

README

          

async smart package
===================

Meteor smart package for [async](https://github.com/caolan/async), a utility
module which provides straight-forward, powerful functions for working with
asynchronous JavaScript.

Adding this package to your [Meteor](http://www.meteor.com/) application adds
`async` object into the global scope.

Both client and server side.

Installation
------------

```
meteor add peerlibrary:async
```