File: app.R

package info (click to toggle)
r-cran-webfakes 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,492 kB
  • sloc: ansic: 141,316; sh: 64; xml: 25; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
5
library(webfakes)

app <- httpbin_app()

app$listen(as.integer(Sys.getenv("PORT", NA_character_)))