Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joostf/async-demo

Async JavaScript demo for a talk in the Tech Track @CMD Amsterdam
https://github.com/joostf/async-demo

api async-await event-loop fetch json promise xhr

Last synced: about 9 hours ago
JSON representation

Async JavaScript demo for a talk in the Tech Track @CMD Amsterdam

Awesome Lists containing this project

README

        

# async-demo
Async demo for a talk in the Tech Track @CMD Amsterdam

## Sources
Sources used in the talk and in the project

πŸ‘» [Giphy API Documentation](https://developers.giphy.com/)
πŸš€ [What the heck is the event loop anyway? | Philip Roberts | JSConf EU](https://www.youtube.com/watch?v=8aGhZQkoFbQ), must see!!!
πŸ’ [REST API demo's (same examples as used in this demo, but in simplified form)](https://codepen.io/collection/AyJdPK)
πŸ•ΈοΈ [Browser API's](https://platform.html5.org/)
πŸ›‘ [HTTP status codes](http://httpstat.us/), nifty for error handling!