{"id":22962150,"url":"https://github.com/actionanand/arsdiary","last_synced_at":"2026-04-18T17:36:44.653Z","repository":{"id":103767591,"uuid":"367441805","full_name":"actionanand/ARsDiary","owner":"actionanand","description":"It's a simple scully app","archived":false,"fork":false,"pushed_at":"2021-06-05T14:31:58.000Z","size":633,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T19:33:58.739Z","etag":null,"topics":["angular","angular11","scully","wordpress-rest-api"],"latest_commit_sha":null,"homepage":"https://techiear.netlify.app/","language":"TypeScript","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/actionanand.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":"2021-05-14T17:57:32.000Z","updated_at":"2022-05-01T15:50:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d405635-00b7-4eb2-ad5c-460c6bab6d39","html_url":"https://github.com/actionanand/ARsDiary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/actionanand/ARsDiary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionanand%2FARsDiary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionanand%2FARsDiary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionanand%2FARsDiary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionanand%2FARsDiary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actionanand","download_url":"https://codeload.github.com/actionanand/ARsDiary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionanand%2FARsDiary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31978557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: 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","angular11","scully","wordpress-rest-api"],"created_at":"2024-12-14T19:15:30.137Z","updated_at":"2026-04-18T17:36:44.645Z","avatar_url":"https://github.com/actionanand.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ARsDiary\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.12.\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## Scully - How to run locally\n - Run `ng build` or `ng build --watch` to build the angular app\n - Run `npm run scully -- --scanRoutes` to scan the Routes (have to run whenever new routes are there)\n - Run `npm run scully` (have to run after building the app)\n - Run `npm run scully -- --watch`\n - If the above commend didn't open in watch mode, then Run `npm run scully:serve` and open Scully [Static server](http://localhost:1668/).\n - set `build:scully` as a command for production to start the app in the server\n\n ## Scully - Help\n - [Scully official](https://scully.io/)\n - [JAMstack Static Site generator](https://jamstack.org/generators/ \"staticgen.com\")\n - [Netlify](https://www.netlify.com/)\n\n## Scully miscellaneous - Help\n- [Ng Wp Components](https://www.npmjs.com/package/ng-wp-components \"Ng Wp Components\")\n- [Scully Wordpress Plugin](https://www.npmjs.com/package/scully-wordpress-plugin \"Scully Wordpress Plugin\")\n- [ScullyInterceptor](https://www.npmjs.com/package/scully-interceptor \"ScullyInterceptor\")\n- [Scully plugin angular delay](https://www.npmjs.com/package/@flowaccount/scully-plugin-angular-delay \"Scully plugin angular delay\")\n- [Scully Plugin Sitemap](https://www.npmjs.com/package/@gammastream/scully-plugin-sitemap)\n- [Scully Plugin Minify HTML](https://www.npmjs.com/package/scully-plugin-minify-html)\n- [NPM Install Peer](https://www.npmjs.com/package/npm-install-peers)\n\n## Troubleshooting\n### How to kill server when seeing “EADDRINUSE: address already in use”\n\n1. To find the process id (PID) associated with the port\n\n```shell\nlsof -i tcp:1668\n```\n\nIt'll display as below. Please note down the PID from that\n\n```bash\nCOMMAND PID   USER  FD  TYPE DEVICE                SIZE/OFF NODE NAME\nnode   44475 chen5 31u IPv4 0x8b1721168764e4bf 0t0 TCP *:strexec-s (LISTEN)\n```\n\n2. Then to kill the process by PID\n\n```bash\nkill -9 44475\n```\n\n-[source](https://levelup.gitconnected.com/how-to-kill-server-when-seeing-eaddrinuse-address-already-in-use-16c4c4d7fe5d)\n\n## Wordpress Rest API - help\n1. Make sure `permalink` is updated to post name (Settings -\u003e permalinks) `https://your-site-name/wp-admin/options-permalink.php`\n2. Please install the wp plugin [WP-REST-API V2 Menus](https://wordpress.org/plugins/wp-rest-api-v2-menus/) to support menu options in api.\n3. Some API endpoints for help\n   - To go to admin page: `https://your-site-name/wp-admin`\n   - To check whether REST API is enabled or not : `https://your-site-name/wp-json`\n   - If REST API is not enabled, Please check point number 1.\n   - To check categories: `https://your-site-name/wp-json/wp/v2/categories`\n   - To check posts: `https://your-site-name/wp-json/wp/v2/posts` , `https://your-site-name/wp-json/wp/v2/posts?per_page=100`\n   - To check pages: `https://your-site-name/wp-json/wp/v2/pages`\n   - To check home post slug: `https://your-site-name/wp-json/wp/v2/pages?slug=home`\n\n## Other Wordpress plugins\n\n- [JAMstack Deployments](https://wordpress.org/plugins/wp-jamstack-deployments/)\n- [WP-REST-API V2 Menus](https://wordpress.org/plugins/wp-rest-api-v2-menus/)\n- [Code Snippets](https://wordpress.org/plugins/code-snippets/)\n   1. [How to Add Excerpts to Your Pages in WordPress](https://www.wpbeginner.com/plugins/add-excerpts-to-your-pages-in-wordpress/ \"How to Add Excerpts to Your Pages in WordPress\")\n   2. [What, Why, and How-To’s of Creating a Site-Specific WordPress Plugin](https://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/)\n- [WP Reset](https://wordpress.org/plugins/wp-reset/)\n- [All-in-One WP Migration](https://wordpress.org/plugins/all-in-one-wp-migration/)\n- [WP fail2ban](https://wordpress.org/plugins/wp-fail2ban/)\n- [Really Simple SSL](https://wordpress.org/plugins/really-simple-ssl/)\n- [UpdraftPlus WordPress Backup Plugin](https://wordpress.org/plugins/updraftplus/)\n- [Sassy Social Share](https://wordpress.org/plugins/sassy-social-share/)\n- [Redirection](https://wordpress.org/plugins/redirection/)\n- [24 Must Have WordPress Plugins from WP BEGINNER](https://www.wpbeginner.com/showcase/24-must-have-wordpress-plugins-for-business-websites/)\n- [25 Best WordPress Plugins from Website setup](https://websitesetup.org/best-popular-wordpress-plugins/)\n- [9 Powerful WordPress Migration Plugins](https://kinsta.com/blog/wordpress-migration-plugins/)\n- [9 Best WordPress Migration Plugins (Compared)](https://www.wpbeginner.com/showcase/best-wordpress-migration-plugins-compared/)\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionanand%2Farsdiary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factionanand%2Farsdiary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionanand%2Farsdiary/lists"}