{"id":16946314,"url":"https://github.com/abritopach/ionic-surveyjs","last_synced_at":"2025-07-16T08:11:30.871Z","repository":{"id":150422822,"uuid":"104908746","full_name":"abritopach/ionic-surveyjs","owner":"abritopach","description":"Sample project that shows how to integrate SurveyJS in Ionic APP.","archived":false,"fork":false,"pushed_at":"2018-03-20T17:09:17.000Z","size":16528,"stargazers_count":28,"open_issues_count":5,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-04T17:11:58.746Z","etag":null,"topics":["ionic","ionic-framework","ionic3","surveyjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/abritopach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2017-09-26T16:14:06.000Z","updated_at":"2024-01-23T10:39:45.000Z","dependencies_parsed_at":"2023-04-23T02:29:04.391Z","dependency_job_id":null,"html_url":"https://github.com/abritopach/ionic-surveyjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abritopach/ionic-surveyjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fionic-surveyjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fionic-surveyjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fionic-surveyjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fionic-surveyjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abritopach","download_url":"https://codeload.github.com/abritopach/ionic-surveyjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fionic-surveyjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265495481,"owners_count":23776637,"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":["ionic","ionic-framework","ionic3","surveyjs"],"created_at":"2024-10-13T21:27:04.980Z","updated_at":"2025-07-16T08:11:30.854Z","avatar_url":"https://github.com/abritopach.png","language":"TypeScript","readme":"# Ionic-SurveyJS\r\n\r\nSample project that shows how to integrate SurveyJS in Ionic APP.\r\n\r\n![Technologies](readme_resources/ionic_survey.png \"Technologies\")\r\n\r\nThis project shows you how to:\r\n\r\n    * Integrate SurveyJS in Ionic APP.\r\n    * Create new Survey using SurveyJS API dxsurvey.com/api (get request).\r\n    * Show list with active surveys using SurveyJS API dxsurvey.com/api (get request).\r\n    * Show list with archive surveys using SurveyJS API dxsurvey.com/api (get request).\r\n    * Delete survey using SurveyJS API dxsurvey.com/api (get request).\r\n    * Change survey name using SurveyJS API dxsurvey.com/api (get request).\r\n    * Archive survey by it's id using SurveyJS API dxsurvey.com/api (get request). \r\n    * Restore an archive survey by it's id using SurveyJS API dxsurvey.com/api (get request). \r\n    * Show survey details.\r\n\t* Get survey results using SurveyJS API dxsurvey.com/api (get request).\r\n    * Enable or disable the ability to view survey results by non autorized user via direct link using SurveyJS API dxsurvey.com/api (get request).\r\n    * Show survey results using Chart.js (http://www.chartjs.org/).\r\n    * Intercepting all requests errors.\r\n    * Added Timeout for HTTP requests to the API, and then throw an error if the request fails.\r\n    * Download survey resulst CSV in Desktop.\r\n\r\n![App example](readme_resources/app.gif \"App example\")\r\n\r\n## Demo\r\n\r\n[Demo online](https://ionic-surveyjs.herokuapp.com/)\r\n\r\n## Configuration\r\n\r\n 1) To use your own surveys register in [SurveyJS](https://surveyjs.io/Account/Register)\r\n 2) Create your own survey.\r\n 3) In providers/survey/survey.ts replace: accessKey with your [SurveyJS API accessKey](https://surveyjs.io/Help/Index/)\r\n    to get your active surveys.\r\n \r\n NOTE: To see your survey [results](https://surveyjs.io/Service/MySurveys/)\r\n    \r\n\r\n## Running\r\n\r\nBefore you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.\r\n\r\n* Test in localhost:\r\n\r\nTo run it, cd into `ionic-surveyjs` and run:\r\n\r\n```bash\r\nnpm install\r\nionic serve\r\n```\r\n\r\n* Test in Android: \r\n\r\n```bash\r\nionic cordova add platform android\r\nionic cordova run android\r\n```\r\n\r\n* Test in iOS: \r\n\r\n```bash\r\nionic cordova add platform ios\r\nionic cordova run ios\r\n```\r\n\r\n## Requirements\r\n\r\n* [Node.js](http://nodejs.org/)\r\n* [Ionic Cordova](https://ionicframework.com/docs/intro/installation/)\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabritopach%2Fionic-surveyjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabritopach%2Fionic-surveyjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabritopach%2Fionic-surveyjs/lists"}