Project setup files.

This commit is contained in:
Olivier Bagot 2013-11-18 20:28:56 +01:00
parent 9f4f6d5b85
commit d4e5973b49
3 changed files with 23 additions and 4 deletions

5
.gitignore vendored
View File

@ -7,6 +7,11 @@ lib-cov
*.pid
*.gz
/.settings
/.buildpath
/.project
/.README.md.html
pids
logs
results

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2013
Copyright (c) 2013 Olivier Bagot
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

View File

@ -1,4 +1,18 @@
openkarotz-emulator
===================
## OpenKarotz Emulator ##
HTTP server written in Node.js to emulate OpenKarotz
### Description ###
HTTP server written in Node.js to emulate OpenKarotz.
Current version is 0.1.0.
OpenKarotz can be found [here](http://openkarotz.filippi.org/).
### Usage ###
Install [Node.js](http://nodejs.org/).
Run:
```
node .
```