{"id":42950990,"url":"https://github.com/pnelson/moves","last_synced_at":"2026-01-30T21:11:25.671Z","repository":{"id":18809226,"uuid":"22023722","full_name":"pnelson/moves","owner":"pnelson","description":"Moves API client in Go.","archived":false,"fork":false,"pushed_at":"2016-03-03T02:09:27.000Z","size":16,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T05:13:03.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/pnelson/moves","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pnelson.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-07-20T01:51:42.000Z","updated_at":"2016-03-03T02:09:27.000Z","dependencies_parsed_at":"2022-09-26T22:00:42.836Z","dependency_job_id":null,"html_url":"https://github.com/pnelson/moves","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pnelson/moves","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnelson%2Fmoves","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnelson%2Fmoves/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnelson%2Fmoves/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnelson%2Fmoves/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnelson","download_url":"https://codeload.github.com/pnelson/moves/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnelson%2Fmoves/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28919470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-30T21:11:24.952Z","updated_at":"2026-01-30T21:11:25.661Z","avatar_url":"https://github.com/pnelson.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"moves\n=====\n\nPackage moves implements a [Moves][1] API client in Go.\n\n\nUsage\n-----\n\nAlready have an access token?\n\n```go\napi := moves.New(token)\nsummary, err := api.Storyline(\"2014-07-20\")\n```\n\nNeed a token or just want more control?\n\n```go\nt := \u0026moves.Transport{\n  Key:        os.Getenv(\"MOVES_CLIENT_ID\"),\n  Secret:     os.Getenv(\"MOVES_CLIENT_SECRET\"),\n  TokenCache: moves.CacheFile(\"token_cache\"),\n}\n\nfmt.Println(\"Enter the following URL in your browser.\")\nfmt.Println(t.AuthCodeURL(\"foo\"))\n\nvar code string\nfmt.Println(\"Follow the instructions in the browser.\")\nfmt.Println(\"When your browser redirects, grab the code from the query string.\")\nfmt.Printf(\"Paste the code here: \")\nfmt.Scanf(\"%s\", \u0026code)\n\ntoken, err := t.Exchange(code)\nif err != nil {\n  log.Fatal(err)\n}\n\napi := t.Client()\nstoryline, err := api.Storyline(\"2014-07-20\")\nif err != nil {\n  log.Fatal(err)\n}\n\nfmt.Println(token)\nfmt.Println(storyline)\n```\n\nFor usage information, see the [package documentation][2] or\nthe [API documentation][3].\n\nYou can generate a new client id and secret through the Moves developer\ndashboard by creating a new app. Additionally, the app must be configured\nwith at least the first *Redirect URI* field filled out. For development\npurposes, I usually use `http://localhost:3000`.\n\n\nDisclaimer\n----------\n\nThis package uses data from Moves but is not endorsed or certified by Moves.\nMoves is a trademark of ProtoGeo Oy.\n\n\nLicense\n-------\n\nCopyright (c) 2016 by Philip Nelson. See [LICENSE][4] for details.\n\n\n[1]: https://moves-app.com\n[2]: https://godoc.org/github.com/pnelson/moves\n[3]: https://dev.moves-app.com/\n[4]: https://github.com/pnelson/moves/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnelson%2Fmoves","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnelson%2Fmoves","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnelson%2Fmoves/lists"}