Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bulkan/async-you
Learn to use https://github.com/caolan/async in this self guided workshop
https://github.com/bulkan/async-you
async javascript looking-for-contributors looking-for-maintainer node rvagg workshop
Last synced: 13 days ago
JSON representation
Learn to use https://github.com/caolan/async in this self guided workshop
- Host: GitHub
- URL: https://github.com/bulkan/async-you
- Owner: bulkan
- Created: 2013-12-08T11:50:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T10:56:20.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:11:01.202Z (7 months ago)
- Topics: async, javascript, looking-for-contributors, looking-for-maintainer, node, rvagg, workshop
- Language: JavaScript
- Homepage:
- Size: 394 KB
- Stars: 111
- Watchers: 10
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-workshopper - async-you
README
# async-you
**I see you**
[![NPM](https://nodei.co/npm/async-you.png?downloads=true&stars=true)](https://nodei.co/npm/async-you/) [![NPM](https://nodei.co/npm-dl/async-you.png?months=3)](https://nodei.co/npm/async-you/)
## Introduction
Learn to use the popular package [async](https://github.com/caolan/async) via this interactive workshop.
Hopefully by the end this workshop you will understand the main functions that _async_ provides.
## Installation
1. Install [Node.js](http://nodejs.org/)
2. Run `npm install async`
3. Run `npm install async-you -g` , use `sudo` if you have permissions issues.
4. Run `async-you` to start the program!## Usage
#### 1. Selecting a problem to work on
Once the workshop is installed, run `async-you` to print a menu
where you can select a problem to work on.```
$ async-you
```Problems are listed in rough order of difficulty. You are advised to complete them in order, as later problems
will build on skills developed by solving previous problems.#### 2. Writing your solution
Once you have selected a problem, the workshop will remember which problem you are working on.
Using your preferred editor, simply create a file to write your solution in.#### 3. Testing your solution
Use the workshop's `run` command to point the workshop at your solution file. Your solution will be loaded
and passed the problem input. This usually won't perform any validation, it will only show the program output.```
$ async-you run mysolution.js
```
#### 4. Verifying your solutionYour solution will be verified against the output of the 'official' solution.
If all of the output matches, then you have successfully solved the problem!```
$ async-you verify mysolution.js
```## Stuck?
Feedback and criticism is welcome, please log your troubles in [issues](https://github.com/bulkan/async-you).
## Resources
## Thanks rvagg
This tutorial was built using rvagg's [workshopper](https://github.com/rvagg/workshopper) framework.
## Licence
MIT