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).
- Host: GitHub
- URL: https://github.com/bean5/node-object-hash
- Owner: bean5
- License: mit
- Created: 2017-10-28T14:45:44.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T18:44:08.000Z (about 2 years ago)
- Last Synced: 2025-01-02T07:26:34.143Z (over 1 year ago)
- Topics: docker, hash, hashing, javascript, json, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`