{"id":18687814,"url":"https://github.com/jorgechato/insulinum-angular","last_synced_at":"2026-05-07T05:34:12.777Z","repository":{"id":29939011,"uuid":"33485316","full_name":"jorgechato/insulinum-angular","owner":"jorgechato","description":"Frontend of the mobile app MyBeat diabetes (designed to manage blood insulin levels. App designed for diabetics)","archived":false,"fork":false,"pushed_at":"2015-05-12T08:13:13.000Z","size":4076,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T20:06:22.384Z","etag":null,"topics":["angular","javascript","public"],"latest_commit_sha":null,"homepage":"","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/jorgechato.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":"2015-04-06T14:11:52.000Z","updated_at":"2019-08-05T16:00:24.000Z","dependencies_parsed_at":"2022-09-21T01:10:21.235Z","dependency_job_id":null,"html_url":"https://github.com/jorgechato/insulinum-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jorgechato/insulinum-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Finsulinum-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Finsulinum-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Finsulinum-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Finsulinum-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgechato","download_url":"https://codeload.github.com/jorgechato/insulinum-angular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Finsulinum-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32724626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["angular","javascript","public"],"created_at":"2024-11-07T10:34:25.696Z","updated_at":"2026-05-07T05:34:12.761Z","avatar_url":"https://github.com/jorgechato.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Power\r\n\r\n## Install\r\n```zsh\r\n$ git clone https://github.com/orggue/insulinum-angular.git\r\n$ cd insulinum-angular\r\n$ sudo npm install\r\n$ bower install\r\n```\r\n\r\n## Run\r\n```zsh\r\n$ gulp serve        #for production\r\n$ gulp serve:dist   #for deploy enviroment\r\n$ node index.js     #for deploy enviroment\r\n```\r\n\r\n## Prepare deploy\r\n```zsh\r\n$ gulp              #or $ gulp serve:dist\r\n```\r\n\r\n## Heroku\r\n```zsh\r\n$ git push origin deploy\r\n```\r\n\r\n### Folder structure\r\n```zsh\r\n├── bower.json              #Package manager\r\n├── dev\r\n├── dist                    #Dist folder only to deploy, not working on it\r\n│ ├── assets\r\n│ │ ├── colors.json\r\n│ │ └── img\r\n│ │ ├── image.jpg\r\n│ │ └── logobeta.png\r\n│ ├── favicon.ico\r\n│ ├── fonts\r\n│ │ ├── emoticons.eot\r\n│ │ ├── emoticons.svg\r\n│ │ ├── emoticons.ttf\r\n│ │ ├── emoticons.woff\r\n│ │ ├── fontawesome-webfont.eot\r\n│ │ ├── fontawesome-webfont.svg\r\n│ │ ├── fontawesome-webfont.ttf\r\n│ │ ├── fontawesome-webfont.woff\r\n│ │ └── loader.svg\r\n│ ├── images\r\n│ │ ├── emojis@2x.png\r\n│ │ ├── emojis.png\r\n│ │ └── loader.svg\r\n│ ├── index.html\r\n│ ├── landing.html\r\n│ ├── scripts\r\n│ │ ├── app-69d3f792.js\r\n│ │ ├── dashboard\r\n│ │ │ └── my\r\n│ │ ├── lib\r\n│ │ └── vendor-3e4e003e.js\r\n│ ├── styles\r\n│ │ ├── app-4211c43e.css\r\n│ │ ├── media\r\n│ │ ├── vendor\r\n│ │ └── vendor-2187052c.css\r\n│ └── views\r\n├── gulp                    #Gulp folder to automatize services\r\n│ ├── build.js\r\n│ ├── inject.js\r\n│ ├── markups.js\r\n│ ├── scripts.js\r\n│ ├── server.js\r\n│ ├── styles.js\r\n│ └── watch.js\r\n├── gulpfile.js             #MAin gulp file\r\n├── index.js                #Nodejs server just in production\r\n├── package.json            #npm dependencies\r\n├── Procfile                #heroku node app procfile\r\n├── protractor.conf.js\r\n├── README.md\r\n└── src                     #Developer folder\r\n├── assets                  #images, fonts, sounds ...\r\n│ ├── colors.json\r\n│ └── img\r\n│ ├── image.jpg\r\n│ └── logobeta.png\r\n├── favicon.ico\r\n├── images                  #Only images to emoji library \r\n│ ├── emojis@2x.png\r\n│ ├── emojis.png\r\n│ └── loader.svg\r\n├── scripts                 #Javascrip files\r\n│ ├── app.js                #Main angular file\r\n│ ├── dashboard             #Differents angular parts in each folder, this one is for dashboard \r\n│ │ └── my                  #Dashboard for a normal user\r\n│ │ ├── chart.js\r\n│ │ ├── filters.js\r\n│ │ ├── main.controller.js\r\n│ │ └── main.controller.spec.js\r\n│ └── lib                   #Javascrip build by ours\r\n│ │ └── demo.js\r\n│ └── vendor                #Javascrip external libraries, filters...         \r\n├── styles                  #css or Stylus files\r\n│ ├── 01import.styl\r\n│ ├── base.styl\r\n│ ├── header.styl\r\n│ ├── index.styl\r\n│ ├── main-content.styl\r\n│ ├── media\r\n│ │ └── my-insulinum.styl\r\n│ ├── my-insulinum.styl\r\n│ ├── poster-header.styl\r\n│ └── vendor\r\n│ ├── nprogress.css\r\n│ └── vendor.styl\r\n└── views                   #Templates\r\n├── index.html\r\n└── landing.html\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgechato%2Finsulinum-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgechato%2Finsulinum-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgechato%2Finsulinum-angular/lists"}