Open paulgrove opened 8 years ago
I'm currently trying to work it out, I'm sure I will be able to, but an example body parser in README.md for post would be great and make it easier for others to use your module
Anyone who see's this it is very simple:
app.use(require('body-parser').json());
for json to work as an example.
I'm currently trying to work it out, I'm sure I will be able to, but an example body parser in README.md for post would be great and make it easier for others to use your module