{"id":17771752,"url":"https://github.com/jonnyburger/hash-the-timestamp","last_synced_at":"2025-04-21T23:31:58.747Z","repository":{"id":57261594,"uuid":"138139832","full_name":"JonnyBurger/hash-the-timestamp","owner":"JonnyBurger","description":"🔗⏱Tiny utility to hash the timestamp","archived":false,"fork":false,"pushed_at":"2018-06-21T10:43:28.000Z","size":118,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T08:50:16.762Z","etag":null,"topics":["blockchain","hash","the","timestamp"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/hash-the-timestamp","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JonnyBurger.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-21T08:10:14.000Z","updated_at":"2020-08-18T11:16:02.000Z","dependencies_parsed_at":"2022-08-25T06:01:56.973Z","dependency_job_id":null,"html_url":"https://github.com/JonnyBurger/hash-the-timestamp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonnyBurger%2Fhash-the-timestamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonnyBurger%2Fhash-the-timestamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonnyBurger%2Fhash-the-timestamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonnyBurger%2Fhash-the-timestamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonnyBurger","download_url":"https://codeload.github.com/JonnyBurger/hash-the-timestamp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250150822,"owners_count":21383226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","hash","the","timestamp"],"created_at":"2024-10-26T21:36:45.586Z","updated_at":"2025-04-21T23:31:58.472Z","avatar_url":"https://github.com/JonnyBurger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hash-the-timestamp [![Build Status](https://travis-ci.org/JonnyBurger/hash-the-timestamp.svg?branch=master)](https://travis-ci.org/JonnyBurger/hash-the-timestamp) [![Coverage Status](https://coveralls.io/repos/github/JonnyBurger/hash-the-timestamp/badge.svg?branch=master)](https://coveralls.io/github/JonnyBurger/hash-the-timestamp?branch=master)\n\n\u003e Tiny utility to hash the timestamp\n\nA lightweight library to efficiently hash the timestamp.\n\n* Simple API\n* Uses secure SHA512 hashes\n* Useful for blockchain\n* Works in the browser and on the server\n* Fully tested, 100% test coverage\n\n## Install\n\n```\n$ npm install --save hash-the-timestamp\n```\n\n\n## Usage\n\n```js\nconst hashTheTimestamp = require('hash-the-timestamp');\n\nhashTheTimestamp(new Date('2018-06-20 10:00:00 UTC+1'));\n//=\u003e '3a8828cb5f8dbd44f3165f3e733aac831ed164c9665e8c6e2e1b728f61db97bb7d920e3510b3c48d1a03f323d1d13c982ac9de4f3ff277f6a6fb55e34cc62c97'\n```\n\n\n## API\n\n### hashTheTimestamp(timestamp)\n\nReturn value: The hash of the timestamp\n\n#### timestamp\n\nType: `number`\n\nThe timestamp you want to hash.\n\n\n## Contributing\n\nPull requests welcome! Please include tests and follow the style conventions.\nRun `npm test` to verify\n\n## License\n\nMIT © [Jonny Burger](https://jonny.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonnyburger%2Fhash-the-timestamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonnyburger%2Fhash-the-timestamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonnyburger%2Fhash-the-timestamp/lists"}