TimeStamper is a timestamp service for any file. It is based on the Stampery API to deploy the service on the blockchain. It is free of charge. Enjoy!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Before starting the server, please comfirm Node.js and NPM have been installed in the computer.
To check Node.js, type this in the cmd.
node -v
To check NPM, type this in the cmd.
npm -v
To use the service from Stampery API, please register an account from Stampery API Website
Replace Copy_Your_API_Key_Here to your real owned API key in app.js file within the server folder.
First change the directory to the /server folder
npm install
End with an example of getting some data out of the system or using it for a little demo
To run the test you can easily open/download the client from GitHub
First change the directory to the /server folder and Start the server by typing
node app.js
- Stampery - The Blockchain API used
- Node.js - JavaScript Runtime built for backend service
- NPM - Package manager used for Node.js
- Johnathan Leung - Initial work - Developer
This project is licensed under the MIT License - see the LICENSE.md file for details