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
- Host: GitHub
- URL: https://github.com/peerlibrary/meteor-async
- Owner: peerlibrary
- License: bsd-3-clause
- Created: 2013-04-10T22:34:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T15:19:27.000Z (over 10 years ago)
- Last Synced: 2025-04-19T12:42:21.505Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/caolan/async
- Size: 13.7 KB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```