Skip to content
Snippets Groups Projects
Commit 1edee097 authored by Alex Ellis's avatar Alex Ellis
Browse files

Add image name to README

parent 32ac1508
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,12 @@
[Phantomjs](http://phantomjs.org) is a headless web-browser used for scraping and automation testing. This function will scrape a web-page with the JavaScript sent in through the function.
Example usage:
Once a function has been deployed to FaaS using the UI or one of the other methods you can invoke it with a JavaScript Phantomjs file.
**Image name:** `functions/base:phantomjs`
**Example usage:**
```
$ time curl --data-binary @cnn.js http://localhost:8080/function/phantomjs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment