{"id":18668763,"url":"https://github.com/rinminase/anidb-angularjs","last_synced_at":"2026-04-11T17:36:58.703Z","repository":{"id":53445409,"uuid":"172547780","full_name":"RinMinase/anidb-angularjs","owner":"RinMinase","description":"📝📌 Rin Minase's Anime Database using AngularJS in ES6 compiled for Android with Cordova","archived":false,"fork":false,"pushed_at":"2021-03-30T13:39:32.000Z","size":10323,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T15:52:52.646Z","etag":null,"topics":["android","angularjs","bootstrap4","cordova","es6","firebase","gulp4","nightwatch","scss","webpack4"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/RinMinase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-25T17:01:32.000Z","updated_at":"2025-02-19T00:52:16.000Z","dependencies_parsed_at":"2022-09-03T18:50:29.252Z","dependency_job_id":null,"html_url":"https://github.com/RinMinase/anidb-angularjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RinMinase/anidb-angularjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fanidb-angularjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fanidb-angularjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fanidb-angularjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fanidb-angularjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RinMinase","download_url":"https://codeload.github.com/RinMinase/anidb-angularjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fanidb-angularjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31689762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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":["android","angularjs","bootstrap4","cordova","es6","firebase","gulp4","nightwatch","scss","webpack4"],"created_at":"2024-11-07T08:44:49.565Z","updated_at":"2026-04-11T17:36:58.673Z","avatar_url":"https://github.com/RinMinase.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Rin Minase's Anime Database (Angular JS) \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://david-dm.org/RinMinase/anidb-angularjs\"\u003e\n        \u003cimg alt=\"David-DM\" src=\"https://david-dm.org/RinMinase/anidb-angularjs.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://david-dm.org/RinMinase/anidb-angularjs\"\u003e\n        \u003cimg alt=\"David-DM\" src=\"https://david-dm.org/RinMinase/anidb-angularjs/dev-status.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://nodejs.org\"\u003e\n        \u003cimg alt=\"Node\" src=\"https://img.shields.io/badge/node-%5E6.14.0%20%7C%7C%20%5E8.10.0%20%7C%7C%20%3E%3D9.10.0-green.svg?logo=node.js\u0026logoColor=white\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://yarnpkg.com/\"\u003e\n        \u003cimg alt=\"Yarn\" src=\"https://img.shields.io/badge/yarn-%5E1.10.0-blue.svg\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n_Add info here_\n\n## Getting Started\n\n### Creating and cloning the project\n_Add info here_\n\n### Project Structure\n\n#### Directory Structure\n    .\n    ├── .circleci/                    # Circle CI folder\n    │   └── config.yml                # Circle CI configuration file\n    ├── .tmp/                         # Local development server \n    ├── dist/                         # Local production server\n    ├── src/                          # Project source code\n    │   ├── app/                      # Project components\n    │   │   ├── core/                 # System-wide components\n    │   │   │   ├── constants/        # Project constants\n    │   │   │   ├── directives/       # Project directives\n    │   │   │   └── services/         # Project services\n    │   │   │       └── builders/     # Project builders\n    │   │   ├── modules/              # Project modules\n    │   │   │   └── \u003cmodule-name\u003e     # Module folder (refer to structure below)\n    │   │   ├── index.config.js       # Configuration file for main module\n    │   │   └── index.module.js       # Main module\n    │   ├── assets/                   # Project assets\n    │   │   ├── firebase/             # Firebase configurations\n    │   │   ├── gulp/                 # Gulp files\n    │   │   ├── styles/               # Stylesheet folder \n    │   │   │   └── chunks/           # Stylesheet modules\n    │   │   ├── testing/              # Testing asets\n    │   │   │   └── tests/            # Unit tests\n    │   │   ├── .env                  # Environment variables\n    │   │   ├── .env.example          # Environment variables template\n    │   │   ├── favicon.ico           # Wepage icon\n    │   │   └── robots.txt            # Robots file\n    │   ├── res/                      # Cordova resources folder\n    │   │   └── android/              # Android resources\n    │   │       ├── hooks/            # Android build hooks\n    │   │       ├── icon/             # Android icons\n    │   │       └── screen/           # Android splash screens\n    │   └── index.html                # Main HTML file\n    ├── .editorconfig                 # IDE / Editor configuration\n    ├── .eslintrc                     # JS linting configuration\n    ├── .firebaserc                   # Firebase project configuration\n    ├── .sasslintrc                   # SCSS linting configuration\n    ├── .travis.yml                   # Travis deployment configuration\n    ├── config.xml                    # Cordova build configuration\n    ├── firebase.json                 # Firebase hosting configuation\n    ├── gulpfile.js                   # Main gulp file\n    └── ...                           # Other project files\n\n#### Module Structure\n    .\n    ├── \u003csub-module name\u003e      # Sub-module\n    │    └── ...               # Sub-module files\n    ├── \u003cname\u003e.controller.js   # Module controller\n    ├── \u003cname\u003e.html            # Module template\n    ├── \u003cname\u003e.module.js       # Module\n    └── \u003cname\u003e.scss            # Module stylesheet\n\n### Building the project\n_Add info here_\n\n### Bundling the project for Android\n_Add info here_\n\n### Deploying the project to Firebase\n_Add info here_\n\n### Project tasks\n\nTask automation is based on [Gulp tasks](https://gulpjs.com/), [Yarn scripts](https://yarnpkg.com/lang/en/docs/cli/run/) and [NPM scripts](https://docs.npmjs.com/misc/scripts).\n\n| Task                                  | Description                                                                                           |\n| ------------------------------------- | ----------------------------------------------------------------------------------------------------- |\n| `gulp serve` or `yarn start`          | Run **development server** on `http://localhost:3000/` with file watching on changes                  |\n| `gulp serve:dist` or `yarn run build` | Run **test server** on `http://localhost:3000/`                                                       |\n| `gulp build` or `gulp`                |                                                                                                       |\n| `yarn test \u003cargs\u003e`                    |                                                                                                       |\n| `yarn run bundle`                     |                                                                                                       |\n| `yarn run deploy`                     |                                                                                                       |\n| `yarn run setup`                      |                                                                                                       |\n| `yarn run setup-android`              |                                                                                                       |\n| `yarn run setup-testing`              |                                                                                                       |\n\n### Testing the project\n_Add info here_\n\n## Built with\n* \u003cimg width=20 height=20 src=\"https://angularjs.org/favicon.ico\"\u003e [AngularJS](https://angularjs.org/) - Web Framework\n* \u003cimg width=20 height=20 src=\"https://babeljs.io/img/favicon.png\"\u003e [Babel ES9 / ES2018 Preset](https://babeljs.io/) - Syntax and compiler\n* \u003cimg width=20 height=20 src=\"https://sass-lang.com/favicon.ico\"\u003e [Sassy CSS (SCSS)](https://sass-lang.com/) - CSS pre-processor\n* \u003cimg width=20 height=20 src=\"https://getbootstrap.com/favicon.ico\"\u003e [Bootstrap 4](https://getbootstrap.com/) - HTML Framework (layout)\n* \u003cimg width=20 height=20 src=\"https://firebase.google.com/favicon.ico\"\u003e [Firebase](https://firebase.google.com/) - Database\n* \u003cimg width=20 height=20 src=\"https://gulpjs.com/img/favicon.png\"\u003e [Gulp 4](https://gulpjs.com/) - Task runner\n* \u003cimg width=20 height=20 src=\"https://webpack.js.org/bc3effb418df77da9e04825c48a58a49.ico\"\u003e [Webpack 4](https://webpack.js.org/) - Project bundler\n* \u003cimg width=20 height=20 src=\"https://cordova.apache.org/favicon.ico\"\u003e [Cordova](https://cordova.apache.org/) - Android APK bundler\n* \u003cimg width=20 height=20 src=\"http://nightwatchjs.org/favicon.ico\"\u003e [NightwatchJS](http://nightwatchjs.org/) - Testing Framework\n* \u003cimg width=20 height=20 src=\"https://d3r49iyjzglexf.cloudfront.net/favicon-066b37ff00f0f968b903c13ae88b5573b62665aea8fbe91bb61c55dfa9446523.ico\"\u003e [Circle CI](https://circleci.com/) - Continuous Integration (CI) service\n* \u003cimg width=20 height=20 src=\"https://yarnpkg.com/favicon.ico\"\u003e [Yarn](https://yarnpkg.com/) - Package Manager\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinminase%2Fanidb-angularjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinminase%2Fanidb-angularjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinminase%2Fanidb-angularjs/lists"}