{"id":17127785,"url":"https://github.com/nosarthur/todoslacker","last_synced_at":"2026-01-18T02:01:37.069Z","repository":{"id":112675410,"uuid":"74800078","full_name":"nosarthur/todoslacker","owner":"nosarthur","description":"A todo-list web application","archived":false,"fork":false,"pushed_at":"2019-01-27T04:12:32.000Z","size":4194,"stargazers_count":0,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T03:13:10.889Z","etag":null,"topics":["go","golang","heroku","polymer","rest-api","webapp"],"latest_commit_sha":null,"homepage":"https://todoslacker.herokuapp.com/","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/nosarthur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2016-11-26T02:33:23.000Z","updated_at":"2019-01-27T04:12:33.000Z","dependencies_parsed_at":"2023-06-11T00:00:15.344Z","dependency_job_id":null,"html_url":"https://github.com/nosarthur/todoslacker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nosarthur/todoslacker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nosarthur%2Ftodoslacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nosarthur%2Ftodoslacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nosarthur%2Ftodoslacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nosarthur%2Ftodoslacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nosarthur","download_url":"https://codeload.github.com/nosarthur/todoslacker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nosarthur%2Ftodoslacker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28526559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["go","golang","heroku","polymer","rest-api","webapp"],"created_at":"2024-10-14T19:05:24.810Z","updated_at":"2026-01-18T02:01:37.049Z","avatar_url":"https://github.com/nosarthur.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web application of TODO list\n\n[![Build Status](https://travis-ci.org/nosarthur/todoslacker.svg?branch=master)](https://travis-ci.org/nosarthur/todoslacker)\n![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)\n[![codecov](https://codecov.io/gh/nosarthur/todoslacker/branch/master/graph/badge.svg)](https://codecov.io/gh/nosarthur/todoslacker)\n\nThis is an attempt to combine Go backend, Polymer frontend, and [Slack slash command](https://api.slack.com/slash-commands) into a todo list app.\nA working example can be seen [here](http://todoslacker.herokuapp.com/).\n\nThe basic data type is called `Ticket`, and each `Ticket` contains multiple `Todo`s.\n\nPolymer color schemes can be found [here](https://material.io/guidelines/style/color.html#color-color-palette)\n\n## test\n\n* go test ./storage -v\n* go test ./server -v\n\n## local deployment\n\n* go install ./cmd/...\n* heroku local web\n\n## heroku deployment\n\nTo set up:\n\n* heroku login\n* heroku create -b https://github.com/heroku/heroku-buildpack-go.git\n\nTo deploy:\n\n* godep save ./cmd/...\n* git push heroku master\n* heroku open\n\nTo create database\n\n* heroku addons:create heroku-postgresql:hobby-dev\n* heroku pg:info\n* heroku pg:psql\n* heroku run bash\n    * initTodobotDB\n\nTo maintain:\n\n* heroku apps:info\n* heroku ps\n* heroku logs --tail\n* heroku config[:set|unset]\n\n## install polymer and initialize the project\n\n* install [node.js](https://nodejs.org/en/)\n* sudo npm install npm@latest -g\n* sudo npm install -g polymer-cli\n* sudo npm install -g bower\n* polymer init (optional)\n* bower init\n* bower install --save PolymerElements/iron-ajax\n* bower update\n* bower cache clean\n* bower prune\n* polymer build (optional)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnosarthur%2Ftodoslacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnosarthur%2Ftodoslacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnosarthur%2Ftodoslacker/lists"}