Closed ashleygwilliams closed 9 years ago
https://github.com/rachelnicole/robokitty/blob/master/package.json#L16
you can just require('http') the same way you do with fs
require('http')
fs
... and these are the docs: https://nodejs.org/api/http.html
https://github.com/rachelnicole/robokitty/blob/master/package.json#L16
you can just
require('http')
the same way you do withfs
... and these are the docs: https://nodejs.org/api/http.html