{"id":23681262,"url":"https://github.com/leongaban/tickertags-dashboard","last_synced_at":"2026-04-05T23:02:24.915Z","repository":{"id":70213055,"uuid":"97416811","full_name":"leongaban/TickerTags-Dashboard","owner":"leongaban","description":"The TickerTags Dashboard","archived":false,"fork":false,"pushed_at":"2017-07-16T23:21:06.000Z","size":16591,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T14:44:03.285Z","etag":null,"topics":["angularjs","gulp","javascript","sass","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/leongaban.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-16T23:16:02.000Z","updated_at":"2018-07-11T19:01:41.000Z","dependencies_parsed_at":"2023-03-11T08:17:42.312Z","dependency_job_id":null,"html_url":"https://github.com/leongaban/TickerTags-Dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leongaban/TickerTags-Dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leongaban%2FTickerTags-Dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leongaban%2FTickerTags-Dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leongaban%2FTickerTags-Dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leongaban%2FTickerTags-Dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leongaban","download_url":"https://codeload.github.com/leongaban/TickerTags-Dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leongaban%2FTickerTags-Dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["angularjs","gulp","javascript","sass","webpack"],"created_at":"2024-12-29T18:34:54.101Z","updated_at":"2026-04-05T23:02:24.613Z","avatar_url":"https://github.com/leongaban.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"The TickerTags dashboard app\n================\n\n\u003cstrong\u003e\u003ca href=\"https://tickertags.com\"\u003eTickerTags.com\u003c/a\u003e\u003c/strong\u003e | All change is detectable.\n\n### After cloning\nInstalls node dependencies \u003ca href=\"https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md\"\u003egulp\u003c/a\u003e modules:\n`$ npm install` or `yarn install`\n\nInstalls bower frontend dependencies (\u003ca href=\"https://angularjs.org/\"\u003eAngular\u003c/a\u003e, \u003ca href=\"https://github.com/paulmillr/es6-shim/\"\u003ees6\u003c/a\u003e, \u003ca href=\"https://lodash.com/\"\u003elodash\u003c/a\u003e etc):\u003cbr/\u003e\n\u003ccode\u003e$ bower install\u003c/code\u003e Installs bower dependencies\u003cbr/\u003e\n\nRebuild the frontend vendors file:\n`gulp build:vendors`\n\nBefore editing SASS files you need to run gulp:\u003cbr/\u003e\n\u003ccode\u003e$ gulp\u003c/code\u003e compiles SASS into CSS\n\nTo watch and build HTML and JavaScript modules you need to run webpack:\u003cbr/\u003e\n\u003ccode\u003enpm run dev\u003c/code\u003e runs (webpack -w)\n\n### Create deployable build\n\u003ccode\u003e$ V=patch gulp build\u003c/code\u003e ie: V= `major` for 1.x.x, `minor` for x.1.x or `patch` for x.x.1\n\n### For production\n\u003ccode\u003eV=patch gulp build-prod\u003c/code\u003e\n\nCreates deployable build folder.\n\n### Testing\nKarma / Mochai / Chai Tests in `test` dir\n`$ npm test` Runs the tests\nNote: Tests are not complete and need to be refactored\n\n### Alert Testing localhost\nGoto tickers directory\n$ python\n```\n\u003e\u003e\u003e from hedge.dl.dm.alert import Alert\n\u003e\u003e\u003e alert = Alert.objects({})\n\u003e\u003e\u003e alerts = Alert.objects({})\n\u003e\u003e\u003e for alert in alerts:\n...     alert.approved = 0\n...     alert.save()\n...\n\u003e\u003e\u003e alerts = Alert.objects({})\n\u003e\u003e\u003e for alert in alerts[0:100]:\n...     print alert.approved\n```\n\n![Dashboard](https://raw.githubusercontent.com/leongaban/github_images/e771e512b43b4141c96cea602f9c3c3e0c9c80ac/dark-theme.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleongaban%2Ftickertags-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleongaban%2Ftickertags-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleongaban%2Ftickertags-dashboard/lists"}