Skip to content

Instantly share code, notes, and snippets.

@geta6
Last active December 23, 2015 23:09
Show Gist options
  • Save geta6/6708492 to your computer and use it in GitHub Desktop.
Save geta6/6708492 to your computer and use it in GitHub Desktop.
request = require 'request'
request 'http://google.co.jp', (err, head, body) ->
console.log body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment