An open API service indexing awesome lists of open source software.

https://github.com/toddtreece/req_signature_test


https://github.com/toddtreece/req_signature_test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

req_signature_test
==================

Starting the server:
```bash
$ node -v
v0.10.32
$ git clone https://github.com/toddtreece/req_signature_test.git && cd req_signature_test
$ node server
Server running at http://127.0.0.1:8080/
```
Sending a sample request:
```bash
$ node client
```