Skip to content

Instantly share code, notes, and snippets.

@sillyslux
Forked from theSekyi/asybn.js
Last active January 25, 2018 10:59
Show Gist options
  • Save sillyslux/f2be88fddcc852031f235b64bf08437c to your computer and use it in GitHub Desktop.
Save sillyslux/f2be88fddcc852031f235b64bf08437c to your computer and use it in GitHub Desktop.
const getOldNavDaily = oldNavUrl => fetch(oldNavUrl)
.then(resp => resp.json())
.then(data => data.payload.nav);
getOldNavDaily('//example.com/getOldNavDaily.php').then(console.log);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment