Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.
/ comical-promise Public archive

A word-for-code Promises/A+ implementation

License

Notifications You must be signed in to change notification settings

eanyanwu/comical-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promises/A+ logo

comical-promise

A word-for-code Promises/A+ implementation

Test it:

Assuming you have npm and node installed,

  • git clone https://github.com/hilarious-capital/comical-promise.git
  • cd comical-promise
  • npm install && npm run test

What is this?

A vanilla javascript Promise impelementation. Its a word-for-word (or word-for-code if you will) implementation of the Promises/A+ specification, since that's what IN right now.

Wherefore?

  • I need a promise implementation for another project.
  • I can't use the browser implementation since I have no guarantees on the browser version said project will run on.
  • I am naive and I think I can skirt by with no 3rd-party js dependencies in said project (say NO ✋ to node_modules)
  • Fun? 👀

About

A word-for-code Promises/A+ implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published