{"id":19938640,"url":"https://github.com/sectore/hoay","last_synced_at":"2025-05-03T14:32:20.849Z","repository":{"id":9511456,"uuid":"11407359","full_name":"sectore/hoay","owner":"sectore","description":"HOAY (\"How old are you\") is an hybrid mobile application to calculate your age in years, months and days. It`s build with AngularJS and PhoneGap.","archived":false,"fork":false,"pushed_at":"2016-10-19T06:37:35.000Z","size":2333,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-07T16:51:49.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","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/sectore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-14T18:39:32.000Z","updated_at":"2016-10-19T06:03:51.000Z","dependencies_parsed_at":"2022-09-24T04:00:53.849Z","dependency_job_id":null,"html_url":"https://github.com/sectore/hoay","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Fhoay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Fhoay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Fhoay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Fhoay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sectore","download_url":"https://codeload.github.com/sectore/hoay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252203338,"owners_count":21710945,"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":"2024-11-12T23:41:25.111Z","updated_at":"2025-05-03T14:32:19.923Z","avatar_url":"https://github.com/sectore.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#HOAY\n\n##About\nHOAY (\"How old are you\") is a web application to calculate your ages in years, month and days built with [AngularJS](http://angularjs.org) and [other great stuff](#tools-and-libraries-in-alphabetical-order).\nIt can be run as a hybrid mobile application on mobile devices using [Phonegap](http://phonegap.com) or as a web application using [a modern browser](http://www.google.com/chrome/).\n\n\n## Demo (YouTube)\n\n[![Video on YoutTube](https://raw.github.com/sectore/hoay/master/wiki/screenshot_youtube.png)](http://youtu.be/lHYvqiaXEDY)\n\n## iTunes Store\n* [iTunes - US](https://itunes.apple.com/us/app/hoay/id693621393)\n* [iTunes - DE](https://itunes.apple.com/de/app/hoay/id693621393)\n\n## Build and run\nMake sure that you have [Node](http://nodejs.org/), [Bower](http://bower.io/) and [Phonegap CLI](https://github.com/phonegap/phonegap-cli) installed on your machine.\n\n### Getting all needed sources\n```bash\ngit clone https://github.com/sectore/hoay\ncd hoay\nnpm install\nbower install\n```\n\n### Phonegap version\nMake sure you are on the root folder of the project:\n\n```bash\ncd your/folder/to/hoay\n```\n\nCreate a Phonegap project:\n\n```bash\nphonegap create phonegap de.websector.hoay HOAY\ncd phonegap\nphonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git\nphonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git\nphonegap local plugin add https://github.com/sectore/phonegap3-ios-datepicker-plugin\n```\n\nBuild and run debug version on iOS simulator:\n\n```bash\ngrunt debug:ios\n```\n\nBuild and run release version on iOS simulator:\n\n```bash\ngrunt release:ios\n```\n\nCopy iOS assets (Note: debug or release version have to build before once):\n\n```bash\ngrunt copy:iosicons\ngrunt copy:iossplash\n```\n\n### Web version\n\nDebug version on [http://localhost:9001](http://localhost:9001):\n\n```bash\ngrunt debug:web\n```\n\nRelease version on [http://localhost:9001](http://localhost:9001):\n\n```bash\ngrunt release:web\n```\n\n\n### Unit tests\n```bash\ngrunt test:unit\n```\n\n## Tools and Libraries (in alphabetical order)\n\n* [AngularJS](http://angularjs.org)\n* [angular-mobile-nav](https://github.com/ajoslin/angular-mobile-nav)\n* [Bourbon](http://bourbon.io/)\n* [Bower](http://bower.io/)\n* [CoffeeScript](http://coffeescript.org/)\n* [DatePicker iOS Plugin](https://github.com/sectore/phonegap3-ios-datepicker-plugin)\n* [Font Awesome](http://fortawesome.github.io/Font-Awesome/)\n* [Grunt](http://gruntjs.com/)\n* [i18next](http://i18next.com/)\n* [iScroll](https://github.com/cubiq/iscroll)\n* [MomentJS](http://momentjs.com/)\n* [ng-i18next](https://github.com/archer96/ng-i18next/)\n* [ng-iScroll](https://github.com/ibspoof/ng-iScroll)\n* [ngStorage](https://github.com/gsklee/ngStorage)\n* [normalize.css](https://github.com/necolas/normalize.css)\n* [Phonegap](http://phonegap.com)\n* [Sass](http://sass-lang.com/)\n* [Shifty](http://jeremyckahn.github.io/shifty/)\n* [Zepto](http://zeptojs.com/)\n\nFor testing purposes:\n\n* [Jasmine](https://jasmine.github.io/)\n* [jasmine-sinon](https://github.com/froots/jasmine-sinon)\n* [Karma](http://karma-runner.github.io/)\n* [PhantomJS](http://phantomjs.org/)\n* [Sinon](http://sinonjs.org/)\n\n\n##License\nCopyright (c) 2013 \"sectore\" Jens Krause // [WEBSECTOR.DE](http://www.websector.de)\n\nHOAY is free software and it may be redistributed under the terms specified in the [MIT-LICENSE file](https://raw.github.com/sectore/hoay/master/LICENSE.txt).\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/sectore/hoay/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectore%2Fhoay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsectore%2Fhoay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectore%2Fhoay/lists"}