{"id":16372461,"url":"https://github.com/nicholasjhenry/wordstock","last_synced_at":"2026-08-13T14:31:40.842Z","repository":{"id":66794502,"uuid":"12791316","full_name":"nicholasjhenry/wordstock","owner":"nicholasjhenry","description":"Spell Checking Service","archived":false,"fork":false,"pushed_at":"2013-09-12T19:02:08.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T17:51:52.355Z","etag":null,"topics":["interview-exercise"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/nicholasjhenry.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-09-12T18:24:33.000Z","updated_at":"2025-07-03T11:28:26.000Z","dependencies_parsed_at":"2023-02-20T11:45:39.376Z","dependency_job_id":null,"html_url":"https://github.com/nicholasjhenry/wordstock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicholasjhenry/wordstock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholasjhenry%2Fwordstock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholasjhenry%2Fwordstock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholasjhenry%2Fwordstock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholasjhenry%2Fwordstock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicholasjhenry","download_url":"https://codeload.github.com/nicholasjhenry/wordstock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholasjhenry%2Fwordstock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36612262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":["interview-exercise"],"created_at":"2024-10-11T03:11:28.617Z","updated_at":"2026-08-13T14:31:40.817Z","avatar_url":"https://github.com/nicholasjhenry.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About Wordstock\n\nWordstock is spell checking service.\n\nThis service accepts a word and returns a response indicating whether the word\nis spelled correctly, with suggestions if it is mis-spelled.\n\nYou can access this service at: http://wordstock.herokuapp.com/\n\n## Setup\n\nInstall system dependencies:\n\n    brew install aspell\n\nSetup the application:\n\n    git clone git@github.com:nicholasjhenry/wordstock.git\n    cd wordstock\n    # note target Ruby version is 2.0, but should run on 1.9.3\n    bundle\n    cp .env.example .env\n\nStart server:\n\n     rails s\n\nHit the API:\n\n     http://localhost:3000/spell.json?q=scintillating\n     http://localhost:3000/spell.json?q=scintillatingZ\n\n## Test Suite\n\nRun the test suite with:\n\n     rspec spec\n\n## Deployment\n\nWordstock is deployed on Heroku. If you would like to deploy the application yourself,\nupdate line 2 of `config/heroku.yml` with `\u003cyour-app-name\u003e`.\n\n### Setup\n\n    rake heroku:create\n    rake heroku:config\n    rake secret # generate secret token and copy\n    heroku config:add RAILS_SECRET_KEY_BASE=\u003cpaste secret token\u003e -a \u003cyour-app-name\u003e\n\n### Deploy\n\n    rake production deploy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholasjhenry%2Fwordstock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicholasjhenry%2Fwordstock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholasjhenry%2Fwordstock/lists"}