Skip to content

Instantly share code, notes, and snippets.

@mathiasrw
Created March 15, 2017 03:27
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 mathiasrw/14a171a0a2435efd86b758237bf69421 to your computer and use it in GitHub Desktop.
Save mathiasrw/14a171a0a2435efd86b758237bf69421 to your computer and use it in GitHub Desktop.
https://runkit.com/docs/await
var got = URL => require("got")(URL, { json : true });
var response = await got("https://api.github.com/search/repositories?q=javascript&sort=stars&order=desc");
curl http://www.whale.to/b/silentweapon.html | htmlmd -p # virker ikke
htmlmd -i -a -p ost.html | sed -e 's/^##/#/g' > ost.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment