{"id":18338719,"url":"https://github.com/tableflip/scrabble-score","last_synced_at":"2025-04-09T20:35:45.925Z","repository":{"id":33433290,"uuid":"37078601","full_name":"tableflip/scrabble-score","owner":"tableflip","description":"Map words to their scrabble score","archived":false,"fork":false,"pushed_at":"2015-06-14T13:21:54.000Z","size":148,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-15T12:46:43.292Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tableflip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-08T16:25:04.000Z","updated_at":"2025-01-11T07:22:55.000Z","dependencies_parsed_at":"2022-08-29T00:10:07.358Z","dependency_job_id":null,"html_url":"https://github.com/tableflip/scrabble-score","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/tableflip%2Fscrabble-score","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fscrabble-score/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fscrabble-score/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fscrabble-score/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tableflip","download_url":"https://codeload.github.com/tableflip/scrabble-score/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248108333,"owners_count":21049116,"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-05T20:14:56.636Z","updated_at":"2025-04-09T20:35:45.899Z","avatar_url":"https://github.com/tableflip.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Scrabble Score\n==============\n\n**Map words to their scrabble scores.**\n\nExports a single js function; takes a string, returns a number.\n\nCase is unimportant, scrabble-score don't care.\n\nUnknown characters are given a 0, `' ' =\u003e 0`, as does `'!?' =\u003e 0`.\n\n\n**Example**\n```js\nvar wordscore = require('../index.js')\n\nvar score = wordscore('tableflip')\nconsole.assert(score === 16, \"tableflip is worth 16 points\")\n```\n\nUse `npm test` to run the tests.\n\nLetter score data lovingly transcribed from google.com via: http://www.hasbro.com/scrabble/en_US/discover/faq.cfm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableflip%2Fscrabble-score","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftableflip%2Fscrabble-score","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableflip%2Fscrabble-score/lists"}