{"id":25899089,"url":"https://github.com/varnamproject/varnamd","last_synced_at":"2026-02-22T21:10:05.366Z","repository":{"id":22563547,"uuid":"25904847","full_name":"varnamproject/varnamd","owner":"varnamproject","description":"Varnam daemon which also acts as a HTTP server. Deprecated. See https://github.com/varnamproject/varnamd-govarnam/","archived":false,"fork":false,"pushed_at":"2020-11-28T12:04:21.000Z","size":212,"stargazers_count":8,"open_issues_count":9,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-19T18:09:30.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/varnamproject.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":"2014-10-29T04:46:03.000Z","updated_at":"2024-01-10T21:32:18.000Z","dependencies_parsed_at":"2022-09-26T18:31:29.586Z","dependency_job_id":null,"html_url":"https://github.com/varnamproject/varnamd","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/varnamproject%2Fvarnamd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varnamproject%2Fvarnamd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varnamproject%2Fvarnamd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varnamproject%2Fvarnamd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varnamproject","download_url":"https://codeload.github.com/varnamproject/varnamd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241593902,"owners_count":19987664,"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":"2025-03-03T01:27:24.041Z","updated_at":"2026-02-22T21:10:00.345Z","avatar_url":"https://github.com/varnamproject.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# varnamd\n=============\n\nVarnam daemon which also acts as a HTTP server. This program powers http://varnamproject.com\n\n### Installation\n\nYou do not have to git clone the repo. Use the following command to clone and install varnamd:\n\n`go get github.com/varnamproject/varnamd`\n\nYou need to have set the [$GOPATH](https://github.com/golang/go/wiki/GOPATH) environment variable for this to work. Do not worry about the directory structure since it will be created for you by the previous `go get`.\n\n`cd $GOPATH/src/github.com/varnamproject/varnamd`\n\n`go install`\n\nThe binaries should now be present in `$GOPATH/bin/`\n\n`./$GOPATH/bin/varnamd` to run the server\n\n### Usage\n\nvarnamd supports the following command line arguments:\n\n+ `p` int. Run daemon in specified port\n+ `max-handle-count` int. Maximum number of handles can be opened for each language\n+ `host` string. Host for the varnam daemon server. \n+ `ui` string. UI directory path. Put your index.html here.\n+ `enable-internal-apis` boolean. Enable internal APIs\n+ `enable-ssl` boolean\n+ `cert-file-path` string. Certificate file path\n+ `key-file-path` string.\n+ `upstream` string. Provide an upstream server\n+ `enable-download`. string. Comma separated language identifier for which varnamd will download words from upstream\n+ `sync-interval` int.\n+ `log-to-file` boolean. If true, logs will be written to a file\n+ `version`\n\n### API\n\nWhen a request is made to translate a word, say 'Malayalam',\n\n`Request URL:  https://api.varnamproject.com/tl/{langCode}/{Word}`\n\n`Request Method: GET`\n\nand the response for https://api.varnamproject.com/tl/ml/Malayalam will be:\n\n```json\n{\n  \"success\": true,\n  \"error\": \"\",\n  \"at\": \"2020-07-02 11:10:30.309343848 +0000 UTC\",\n  \"result\": [\n    \"മലയാളം\",\n    \"മലയാലം\",\n    \"മലയാ‍ളം\",\n    \"മലായാളം\",\n    \"മലയളം\",\n    \"മ്മലയലം\",\n    \"മലയാളമാ\",\n    \"മലയാളമാദ്ധ്യമത്തിലൂ\",\n    \"മലയാളമാദ്ധ്യമത്തിലൂടെ\",\n    \"മലയാളമാദ്ധ്യമത്തിൽ\",\n    \"മലയാളമാദ്ധ്യമം\"\n  ],\n  \"input\": \"Malayalam\"\n}\n```\n\n\n\n##### see server.go for supported APIs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarnamproject%2Fvarnamd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarnamproject%2Fvarnamd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarnamproject%2Fvarnamd/lists"}