1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-11-07 15:46:18 +03:00

Initial port of examples from RestClient

This commit is contained in:
Sandeep Mistry
2016-06-21 14:10:43 -04:00
parent 94a8723420
commit fc3e6c6fe7
16 changed files with 710 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "node_test_server",
"version": "0.0.1",
"author": {
"name":"Tom Igoe"
},
"dependencies": {
"express": ">=4.0.0",
"body-parser" : ">=1.11.0",
"multer" : "*"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}