Skip to content

Commit

Permalink
Update readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetik committed Apr 28, 2013
1 parent fda65dc commit 0b004f2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/src/node_modules/jade
/src/node_modules/.bin
/src/node_modules/underscore
/src/node_modules/express
/src/node_modules/express
/node_modules
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
#node-webid-demo

Example of Node.js implementation using the node-webid library : https://github.com/magnetik/node-webid
Example of Node.js implementation using the node-webid library: https://github.com/magnetik/node-webid

In addition, this examples uses :
In addition, this examples uses:

* Express (http://expressjs.com)
* Jade (http://jade-lang.com)

##Usage

Simple ! Just type `node src/server.js`
Simple!

* Install dependencies: `npm install`
* Execute: `node src/server.js`
* Visit the test server webpage: [https://127.0.0.1]

##Licence

Expand Down
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "node-webid-demo",
"description": "Node webID demo",
"homepage": "https://github.com/magnetik/node-webid-demo",
"version": "0.0.2",
"dependencies": {
"webid": "*",
"express": "*",
"underscore": "*",
"jade": "*"
}
}

0 comments on commit 0b004f2

Please sign in to comment.