{"id":21164444,"url":"https://github.com/phillipcurl/ngx-cards","last_synced_at":"2025-03-14T16:31:34.411Z","repository":{"id":65458851,"uuid":"79735288","full_name":"phillipcurl/ngx-cards","owner":"phillipcurl","description":"A collection of functional UI components for building multimedia cards in Angular apps","archived":false,"fork":false,"pushed_at":"2017-01-22T18:16:06.000Z","size":1410,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T09:48:51.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/phillipcurl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-22T18:09:41.000Z","updated_at":"2017-01-22T18:09:46.000Z","dependencies_parsed_at":"2023-01-24T13:25:10.815Z","dependency_job_id":null,"html_url":"https://github.com/phillipcurl/ngx-cards","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phillipcurl%2Fngx-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phillipcurl%2Fngx-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phillipcurl%2Fngx-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phillipcurl%2Fngx-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phillipcurl","download_url":"https://codeload.github.com/phillipcurl/ngx-cards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243610090,"owners_count":20318895,"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-20T14:05:08.288Z","updated_at":"2025-03-14T16:31:34.366Z","avatar_url":"https://github.com/phillipcurl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WIP: DO NOT USE YET\n\n# ngx-cards\n[![Build Status](https://travis-ci.org/phillipcurl/ngx-cards.svg?branch=master)](https://travis-ci.org/phillipcurl/ngx-cards)\n[![npm version](https://badge.fury.io/js/ngx-cards.svg)](http://badge.fury.io/js/ngx-cards)\n[![devDependency Status](https://david-dm.org/phillipcurl/ngx-cards/dev-status.svg)](https://david-dm.org/phillipcurl/ngx-cards?type=dev)\n[![GitHub issues](https://img.shields.io/github/issues/phillipcurl/ngx-cards.svg)](https://github.com/phillipcurl/ngx-cards/issues)\n[![GitHub stars](https://img.shields.io/github/stars/phillipcurl/ngx-cards.svg)](https://github.com/phillipcurl/ngx-cards/stargazers)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/phillipcurl/ngx-cards/master/LICENSE)\n\n## Demo\nhttps://phillipcurl.github.io/ngx-cards/demo/\n\n## Table of contents\n\n- [About](#about)\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [Development](#development)\n- [License](#license)\n\n## About\n\nA collection of functional UI components for building multimedia cards in Angular apps\n\n## Installation\n\nInstall through npm:\n```\nnpm install --save ngx-cards\n```\n\nThen include in your apps module:\n\n```typescript\nimport { Component, NgModule } from '@angular/core';\nimport { NgxCardsModule } from 'ngx-cards';\n\n@NgModule({\n  imports: [\n    NgxCardsModule.forRoot()\n  ]\n})\nexport class MyModule {}\n```\n\nFinally use in one of your apps components:\n```typescript\nimport { Component } from '@angular/core';\n\n@Component({\n  template: '\u003chello-world\u003e\u003c/hello-world\u003e'\n})\nexport class MyComponent {}\n```\n\nYou may also find it useful to view the [demo source](https://github.com/phillipcurl/ngx-cards/blob/master/demo/demo.component.ts).\n\n### Usage without a module bundler\n```\n\u003cscript src=\"node_modules/dist/umd/ngx-cards/ngx-cards.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    // everything is exported ngxCards namespace\n\u003c/script\u003e\n```\n\n## Documentation\nAll documentation is auto-generated from the source via typedoc and can be viewed here:\nhttps://phillipcurl.github.io/ngx-cards/docs/\n\n## Development\n\n### Prepare your environment\n* Install [Node.js](http://nodejs.org/) and NPM (should come with)\n* Install local dev dependencies: `npm install` while current directory is this repo\n\n### Development server\nRun `npm start` to start a development server on port 8000 with auto reload + tests.\n\n### Testing\nRun `npm test` to run tests once or `npm run test:watch` to continually run tests.\n\n### Release\n* Bump the version in package.json (once the module hits 1.0 this will become automatic)\n```bash\nnpm run release\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphillipcurl%2Fngx-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphillipcurl%2Fngx-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphillipcurl%2Fngx-cards/lists"}