/my-promise

A readable Promises/A+ implementation.

Primary LanguageJavaScriptMIT LicenseMIT

my-promise

A readable Promises/A+ implementation.

Promises/A+ specification

Promises/A+ is an open standard for sound, interoperable JavaScript promises—by implementers, for implementers.

Run the tests

To run the tests of Promises/A+ specification.

npm install
npm test

Contributing

  1. Fork it (https://github.com/thejimmylin/my-promise/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

Distributed under the MIT license. See LICENSE for more information.

Authors