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

https://github.com/bean5/node-object-hash

A node server to wrap and expose object-hash (https://github.com/puleos/object-hash).
https://github.com/bean5/node-object-hash

docker hash hashing javascript json nodejs

Last synced: 3 months ago
JSON representation

A node server to wrap and expose object-hash (https://github.com/puleos/object-hash).

Awesome Lists containing this project

README

          

# node-object-hash
A node server to wrap and expose [object-hash](https://github.com/puleos/object-hash). This includes a docker-compose.yml file for easy stand-up.

# Set up: Gather dependencies
If you do have npm installed: `npm install`.
If you don't have npm installed: `docker-compose run npm_install`

# Standing up
`docker-compose up -d node_object_hash`

# Testing
You can verify that it is running by curling against it: `curl 127.0.0.1/?obj_to_hash=test`