{"id":21607363,"url":"https://github.com/maccyber/micro-bigfive-evaluator","last_synced_at":"2025-10-16T06:45:03.997Z","repository":{"id":82105830,"uuid":"81217861","full_name":"maccyber/micro-bigfive-evaluator","owner":"maccyber","description":"micro webservice that evaluates bigfive questions","archived":false,"fork":false,"pushed_at":"2023-12-15T05:17:59.000Z","size":54,"stargazers_count":2,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T04:27:41.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/maccyber.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-07T14:38:39.000Z","updated_at":"2018-06-03T04:07:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4c3ec30-7e0c-4fb0-8de4-4c8286929990","html_url":"https://github.com/maccyber/micro-bigfive-evaluator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maccyber/micro-bigfive-evaluator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maccyber%2Fmicro-bigfive-evaluator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maccyber%2Fmicro-bigfive-evaluator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maccyber%2Fmicro-bigfive-evaluator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maccyber%2Fmicro-bigfive-evaluator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maccyber","download_url":"https://codeload.github.com/maccyber/micro-bigfive-evaluator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maccyber%2Fmicro-bigfive-evaluator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279163464,"owners_count":26117460,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-24T20:30:08.602Z","updated_at":"2025-10-16T06:45:03.968Z","avatar_url":"https://github.com/maccyber.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/maccyber/micro-bigfive-evaluator.svg?branch=master)](https://travis-ci.org/maccyber/micro-bigfive-evaluator)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)\n\n# micro-bigfive-evaluator\n\nExample: https://evaluator.bigfive.maccyber.io/\n\n[micro](https://github.com/zeit/micro) webservice that calculates score of personality test questions\n\nSee [bigfive-web](https://github.com/maccyber/bigfive-web) for full repo.\n\n## Calculate score\n\n**POST**\n\nArray with domain and score. Facet is optional.\n\n```JavaScript\n{\n  \"timeElapsed\": -51,\n  \"ip\": \"127.0.0.1\",\n  \"lang\": \"en\",\n  \"test\": \"50-IPIP-NEO-PI-R\",\n  \"totalQuestions\": 50,\n  \"answers\": [\n    {\n      \"domain\": \"A\",\n      \"facet\": \"1\",\n      \"score\": \"3\"\n    },\n    {\n      \"domain\": \"A\",\n      \"facet\": \"1\",\n      \"score\": \"3\"\n    },\n    {\n      \"domain\": \"E\",\n      \"facet\": \"1\",\n      \"score\": \"3\"\n    },\n    {\n      \"domain\": \"E\",\n      \"facet\": \"2\",\n      \"score\": \"3\"\n    }\n  ]\n}\n```\n\nreturns score for each factor\n\n```JavaScript\n{\n  \"timeElapsed\": -51,\n  \"ip\": \"127.0.0.1\",\n  \"lang\": \"en\",\n  \"test\": \"50-IPIP-NEO-PI-R\",\n  \"totalQuestions\": 50,\n  \"answers\": [\n    {\n      \"domain\": \"A\",\n      \"facet\": \"1\",\n      \"score\": \"3\"\n    },\n    {\n      \"domain\": \"A\",\n      \"facet\": \"1\",\n      \"score\": \"3\"\n    },\n    {\n      \"domain\": \"E\",\n      \"facet\": \"1\",\n      \"score\": \"3\"\n    },\n    {\n      \"domain\": \"E\",\n      \"facet\": \"2\",\n      \"score\": \"3\"\n    }\n  ],\n  \"data\": {\n    \"A\": {\n      \"score\": 6,\n      \"count\": 2,\n      \"result\": \"neutral\",\n      \"facet\": {\n        \"1\": {\n          \"score\": 6,\n          \"count\": 2,\n          \"result\": \"neutral\"\n        }\n      }\n    },\n    \"E\": {\n      \"score\": 6,\n      \"count\": 2,\n      \"result\": \"neutral\",\n      \"facet\": {\n        \"1\": {\n          \"score\": 3,\n          \"count\": 1,\n          \"result\": \"neutral\"\n        },\n        \"2\": {\n          \"score\": 3,\n          \"count\": 1,\n          \"result\": \"neutral\"\n        }\n      }\n    }\n  }\n}\n```\n\n## Deploy using [Now](https://zeit.co/now)\n\n```bash\n$ now https://github.com/maccyber/micro-bigfive-evaluator\n```\n\n## Related\n- [bigfive-web](https://github.com/maccyber/bigfive-web) Web frontend for bigfive tests\n- [micro-bigfive-questions](https://github.com/maccyber/micro-bigfive-questions) Webservice that returns bigfive questions\n- [micro-bigfive-generator](https://github.com/maccyber/micro-bigfive-generator) Webservice that generates and saves results to bigfive-web\n- [micro-bigfive-results](https://github.com/maccyber/micro-bigfive-results) Webservice that returns bigfive informative test results\n- [micro-bigfive-save](https://github.com/maccyber/micro-bigfive-save) Webservice that stores bigfive answers\n\n## License\n[MIT](LICENSE)\n\n## About\n\nCreated with \u003c3 by [zrrzzt](https://github.com/zrrrzzt) and [maccyber](https://github.com/maccyber)\n\n![alt text](https://robots.kebabstudios.party/zrrrzzt.png \"Robohash image of zrrrzzt\") \n![alt text](https://robots.kebabstudios.party/maccyber.png \"Robohash image of maccyber\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaccyber%2Fmicro-bigfive-evaluator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaccyber%2Fmicro-bigfive-evaluator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaccyber%2Fmicro-bigfive-evaluator/lists"}