https://github.com/tipsy/aaliyah
https://github.com/tipsy/aaliyah
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tipsy/aaliyah
- Owner: tipsy
- License: apache-2.0
- Created: 2016-04-06T21:40:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T23:18:46.000Z (almost 10 years ago)
- Last Synced: 2025-10-09T22:38:09.343Z (3 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# aaliyah
Aaaliyah is a cutting edge JavaScript library with an upbeat attitude:
*Sometimes if your code doesn't work, you just have to [try again](https://www.youtube.com/watch?v=zi_lhIaZOXI)*.
## Install
```npm install aaliyah```
## Usage
```
aliyaah = require("aaliyah");
aliyaah.tryAgain(function() {
console.log(x); //not defined (not to be confused with undefined)
}, 100);
setTimeout(function() {
x = "Successfully dusted it off and tried again. Now it works!"
}, 500);
```