{"id":18119786,"url":"https://github.com/mostlygeek/hashinator","last_synced_at":"2025-10-24T05:49:00.544Z","repository":{"id":12826179,"uuid":"15501451","full_name":"mostlygeek/hashinator","owner":"mostlygeek","description":"MD5 Hashing as a Service","archived":false,"fork":false,"pushed_at":"2013-12-31T00:56:07.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T14:31:11.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mostlygeek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-29T00:52:16.000Z","updated_at":"2014-01-05T13:32:43.000Z","dependencies_parsed_at":"2022-09-17T05:51:24.218Z","dependency_job_id":null,"html_url":"https://github.com/mostlygeek/hashinator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fhashinator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fhashinator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fhashinator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fhashinator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mostlygeek","download_url":"https://codeload.github.com/mostlygeek/hashinator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471521,"owners_count":20944158,"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":[],"created_at":"2024-11-01T05:17:03.229Z","updated_at":"2025-10-24T05:49:00.495Z","avatar_url":"https://github.com/mostlygeek.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hashinator\n\nCheck out the demo at [https://hashinator.herokuapp.com](https://hashinator.herokuapp.com)\n\nAn Elance testing framework, originally forked from [LuckyLadyGame's\nCoffee-Express](https://github.com/luckyladygames/coffee-express) framework.\n\n## Demonstration\n\n* Implement a SHA256 AJAX endpoint\n* Implement an scrypt AJAX endpoint\n* Integrate output into frontend code \n* Change the dl/dd/dt tags to a table\n\n## Extra Points\n\n* implement CSS to make the site look nicer\n\n## about coffee-express \n\nThis is how I like to lay out my Express + CoffeeScript projects. It uses CoffeeScript \ninstead of JavaScript and it has bits to make the coffeescript compiling as transparent \nand frictionless as possible. \n\nFor backend development, instead of `node server.js` we can run `coffee server.coffee`. \nAll the node.js bits inside still work the same but we do not need to compile the \ncoffeescript first. \n\nFor frontend development, the express middleware, [connect-coffee-script](https://github.com/wdavidw/node-connect-coffee-script) that compile and cache CoffeeScript just in time. The same goes for the stylus css generator. Just write your code in CoffeeScript or Stylus and ask for them as .js or .css files. \n\n## Application Layout\n\n    app/                    \u003c- the application\n        libs/               \u003c- put misc. libraries in here \n        routes/             \u003c- organize express routes in here\n        views/              \u003c- jade templates ...\n        public/             \u003c- public files (or ment to be public)\n            src/            \u003c- coffeescript/stylus source files\n            generated/      \u003c- generated coffeescript files ...\n            static/         \u003c- static, public files (.png, .js, .css, etc.)\n        index.coffee        \u003c- main entry point into the Application\n    docs/                   \u003c- generated documentation\n    test/                   \u003c- tests go in here\n    server.coffee           \u003c- starts the web server(s)\n    Cakefile                \u003c- App. specific tasks\n    package.json            \u003c- mmm. npm package definitions\n\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlygeek%2Fhashinator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostlygeek%2Fhashinator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlygeek%2Fhashinator/lists"}