Girish Ramakrishnan 8ab9bd7d22 file: fix file.read and add tests
This commit also changes the initial file in volume from README to README.md.

Side note: By default, superagent only buffers response for text/* and form data.
So when sending across README, the file is just an octet-stream and the response
in not received in res.text. This can be fixed by calling buffer(false) in superagent
request. Renaming the file to README.md side steps this problem because .md files
have the mime type text/x-markdown.
2013-08-24 15:34:48 -07:00
2013-08-18 23:05:21 -07:00
2013-08-24 15:34:48 -07:00
2013-08-24 15:34:48 -07:00
S
Description
Cloudron Box
47 MiB
Languages
JavaScript 72.6%
Vue 22.3%
Shell 3.1%
HTML 1.1%
EJS 0.7%
Other 0.2%