{"id":21878870,"url":"https://github.com/moduscreateorg/notes-app-ionic-pro","last_synced_at":"2026-04-02T18:38:55.004Z","repository":{"id":34402641,"uuid":"125892175","full_name":"ModusCreateOrg/notes-app-ionic-pro","owner":"ModusCreateOrg","description":"This is sample application built with Ionic to demonstrate the tools \u0026 services provided by Ionic Pro.","archived":false,"fork":false,"pushed_at":"2023-04-23T20:04:14.000Z","size":2520,"stargazers_count":2,"open_issues_count":10,"forks_count":2,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-22T04:45:14.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"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/ModusCreateOrg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2018-03-19T17:00:39.000Z","updated_at":"2019-01-16T09:33:15.000Z","dependencies_parsed_at":"2025-04-15T03:06:24.574Z","dependency_job_id":"cde456b0-f689-4e5f-ac72-f5fb04b09a55","html_url":"https://github.com/ModusCreateOrg/notes-app-ionic-pro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ModusCreateOrg/notes-app-ionic-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModusCreateOrg%2Fnotes-app-ionic-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModusCreateOrg%2Fnotes-app-ionic-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModusCreateOrg%2Fnotes-app-ionic-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModusCreateOrg%2Fnotes-app-ionic-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ModusCreateOrg","download_url":"https://codeload.github.com/ModusCreateOrg/notes-app-ionic-pro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModusCreateOrg%2Fnotes-app-ionic-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":"2024-11-28T08:13:58.692Z","updated_at":"2026-04-02T18:38:54.985Z","avatar_url":"https://github.com/ModusCreateOrg.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Logo of the project](./images/modus.logo.svg)](https://moduscreate.com)\n\n# Notes App Ionic Pro\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/your/your-project/blob/master/LICENSE)\n\nCode in Ionic, build in Jenkins/Travis and test on AWS Device Farm!\nThe source can be built via Jenkins or TravisCI (see [Jenkinsfile](./Jenkinsfile) \u0026 [.travis.yml](./.travis.yml) respectively), then tested on AWS Device Farm and uploaded to AWS S3.\n\n\n## Developing\n\n### Setting up Dev\n\nWhen developing in Docker, we might also want to access AWS CLI and so we need to pass in the AWS credentials into our Docker container, as shown below:\n\n```shell\n# Make a copy of the environment file.\n$ cp ./ci/env.sample ./ci/env.dev # You can make it `env.prod` or anything you want.\n\n# Edit to add your own AWS credentials.\n$ vim ./ci/env.dev\n\n# Build the `ionic-ci-cd` image.\n# ANDROID_API_LEVEL and ANDROID_BUILD_TOOLS_VERSION are optional.\n$ docker build \\\n    --rm \\\n    -t ionic-ci-cd \\\n    --build-arg USER=$(id -un) \\\n    --build-arg GROUP=$(id -gn) \\\n    --build-arg UID=$(id -u) \\\n    --build-arg GID=$(id -g) \\\n    --build-arg ANDROID_API_LEVEL=26 \\\n    --build-arg ANDROID_BUILD_TOOLS_VERSION=\"26.0.2\" \\\n    .\n\n# Run the `ionic-jenkins-container` container, loading environment variables from the file `env.dev` into the container.\n$ docker run \\\n    --rm \\\n    -it \\\n    --name=ionic-ci-cd-container \\\n    -v ${PWD}:$HOME/notes-app-ionic-pro \\\n    -w $HOME/notes-app-ionic-pro \\\n    --env-file ./ci/env.dev \\\n    ionic-ci-cd\n```\n\nThe above should provide you with a Docker container within which you can begin developing.\n\n## Style guide\n\nTo check for style compliance within shell scripts, use [shellcheck](https://github.com/koalaman/shellcheck):\n\n```\n# Searches for all files that end with '.sh' and runs them through 'shellcheck'\n$ find ./ci/ -type f -name '*.sh' -exec shellcheck {} \\;\n```\n\n## Modus Create\n\n[Modus Create](https://moduscreate.com) is a digital product consultancy. We use a distributed team of the best talent in the world to offer a full suite of digital product design-build services; ranging from consumer facing apps, to digital migration, to agile development training, and business transformation.\n\n[![Modus Create](./images/modus.logo.svg)](https://moduscreate.com)\n\n## Licensing\n\nThis project is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoduscreateorg%2Fnotes-app-ionic-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoduscreateorg%2Fnotes-app-ionic-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoduscreateorg%2Fnotes-app-ionic-pro/lists"}