1.2.0 • Published 9 years ago
ezref v1.2.0
ezref
App for ezmaster, that can serve .json and .csv files through http.
Install
Get the files.
Go in the directory.
Install the app:
$ npm install
Run
Create a directory to serve (data
).
Create a settings file, besides data
, named data.json
.
Put the port to use in data.json
:
{
"port": 35000
}
Run the server:
$ node ./cli path-to-directory-to-serve