An open API service indexing awesome lists of open source software.

https://github.com/codeworksfrance/cw_kata_promise


https://github.com/codeworksfrance/cw_kata_promise

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

a kata on callbacks, promises, async and await

Write, test first, a node program which every minute prints a fact about cats.

https://catfact.ninja/fact

First using callbacks.

Then using Promises, with then and catch.

Then using async and await.