Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 386 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 386 Bytes

Log Requests in NodeJS

Sample

You can try the requests logger if you set your Base URL here & watch the logs here.

Usage

  • Host the NodeJS project;
  • Set it's domain as base URL for the project where you're testing the requests;
  • Watch the requests at '/log';

Any feedback is welcome. - Kex