Skip to content

Instantly share code, notes, and snippets.

@larister
Last active November 10, 2015 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larister/3ca8fd3914fcf1eda75c to your computer and use it in GitHub Desktop.
Save larister/3ca8fd3914fcf1eda75c to your computer and use it in GitHub Desktop.
Async International Show'n'tell 2015

Thursday 5th November, 2015

Speakers gist

Would you like to speak on the night? You'll have five minutes to tell us about something: a project, a library, a technique, a story, or anything else about JavaScript, related tech (HTML, CSS, SVG, etc), or the wider world of web.

Please leave a comment below (you can use Markdown if you want) and include:

  • Your name
  • Your main website, if you have one
  • Twitter username, if you have one
  • A sentence or two about your talk
  • Any relevant links
@premasagar
Copy link

Prem Rose
premasagar.com, @premasagar

On creating a stable API from a smörgåsbord of disparate websites, in search of data on voting in Parliament. The sites are scraped with Noodle, glued together and served as a HAL JSON API with Hapi and Halacious. Queries pass through a waterfall of asynchronous functions, using ES2016 async/await and other techniques.

@benfoxall
Copy link

Ben Foxall
benjaminbenben.com @benjaminbenben

I'm going to talk about something I made most of on the way here: http://benjaminbenben.com/gif-stack/ - https://github.com/benfoxall/gif-stack

I'm sorry if the live coding doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment