summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md30
1 files changed, 29 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6d4af5d..d431377 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,29 @@
-# R_on_Cloud_Web_API \ No newline at end of file
+
+# R_on_Cloud_Web_API
+
+
+**Run on local R console:**
+R version 3.4.4
+
+ **Requirements preinstalled R packages:**
+
+ install.packages("plumber")
+ install.packages("jsonlite")
+ install.packages("readr")
+ install.packages("futile.logger")
+ install.packages("tryCatchLog")
+ ------------------------------------------
+ > library(plumber)
+ > r <- plumb("plumber.R") # Where 'plumber.R' is the location of the file shown above
+ > r$run(port=8001)
+
+
+**Developer:**
+
+ Prashant Sinalkar,
+ FOSSEE, IIT Bombay
+
+
+
+
+