I am trying to read multiple inputs from URL (may vary with every request) in NODEJS.
For eg: www.blahblah.com/api/abc/xyz/pop/god/
is requested,
I want to take 'abc','xyz','pop','god'
and process each individually. the script i am passing it to, takes the input and passes it to a perl script to get the output.
I am using AngularJS and NodeJS.
any suggetions.