0.0.1 • Published 9 years ago

content-filter-example v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

content-filter-example

To run the example; 1. clone or download this repo. 2. extract the zipped repo file. 3. in the extracted repo directory run the commands below in order npm install node app

  1. To try it Postman or the cURL command below can be used
curl -X PUT -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d '{
  "something": "the value of something key",
  "$*malicous": "test"
}' "http://localhost:1337/"

And read the code of app.js file

0.0.1

9 years ago