Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Created September 1, 2017 04:22
Show Gist options
  • Save robertcoopercode/9c6e9f2527ba25531047a64203852eb6 to your computer and use it in GitHub Desktop.
Save robertcoopercode/9c6e9f2527ba25531047a64203852eb6 to your computer and use it in GitHub Desktop.
app.get('/mediumPosts', (request, response) => {
getMediumData( (mediumData) => {
response.send(mediumData);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment