Stub server API using Express NodeJS
- Pokemon Method Handlers - Provides a catch-all get method which allows you to just drop a 'success.json' to a folder according to your request path.
- Custom Method Handlers - Provides an example get method that allows you to customise the response. It also provides an example on how to handle cookies.
Install node.js, Clone repo then:
$ cd stub-api-express
$ npm install
$ npm start