Skip to content

efkan/content-filter-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

content-filter-example

The address of content-filter project is https://github.com/efkan/content-filter

To run the example;

  1. Clone or download this repo.
    git clone https://github.com/efkan/content-filter-example.git && cd content-filter-example

  2. Run the commands below in order
    (If you've downloaded the master repo firstly extract the zipped repo file and enter extracted folder directory)

    npm install && node app

  3. 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 look at the code of app.js file

About

An example to show how does content-filter work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published