{"id":16432418,"url":"https://github.com/cstodor/angular-lightning-slider","last_synced_at":"2025-08-15T15:18:30.416Z","repository":{"id":30056243,"uuid":"121896502","full_name":"cstodor/Angular-Lightning-Slider","owner":"cstodor","description":"Simple and Lightweight Image Slider made with Angular 5","archived":false,"fork":false,"pushed_at":"2025-05-01T21:19:41.000Z","size":1302,"stargazers_count":2,"open_issues_count":24,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-01T22:26:51.935Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cstodor.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":"2018-02-17T22:05:21.000Z","updated_at":"2025-05-01T21:19:45.000Z","dependencies_parsed_at":"2024-09-12T20:14:02.080Z","dependency_job_id":"32ae1624-8274-4646-9ec8-4d83b7a74ed3","html_url":"https://github.com/cstodor/Angular-Lightning-Slider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cstodor/Angular-Lightning-Slider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstodor%2FAngular-Lightning-Slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstodor%2FAngular-Lightning-Slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstodor%2FAngular-Lightning-Slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstodor%2FAngular-Lightning-Slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cstodor","download_url":"https://codeload.github.com/cstodor/Angular-Lightning-Slider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstodor%2FAngular-Lightning-Slider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270586483,"owners_count":24611317,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-11T08:43:24.906Z","updated_at":"2025-08-15T15:18:30.386Z","avatar_url":"https://github.com/cstodor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Lightning Slider\n[![Build Status](https://travis-ci.org/cstodor/Angular-Lightning-Slider.svg?branch=master)](https://travis-ci.org/cstodor/Angular-Lightning-Slider)\n[![Dependency Status](https://david-dm.org/cstodor/Angular-Lightning-Slider/status.svg)](https://david-dm.org/cstodor/Angular-Lightning-Slider)\n[![devDependency Status](https://david-dm.org/cstodor/Angular-Lightning-Slider/dev-status.svg)](https://david-dm.org/cstodor/Angular-Lightning-Slider)\n[![GitHub version](https://badge.fury.io/gh/cstodor%2FAngular-Lightning-Slider.svg)](https://badge.fury.io/gh/cstodor%2FAngular-Lightning-Slider)\n[![Join the chat at https://gitter.im/Angular-Lightning-Slider/Lobby](https://badges.gitter.im/Angular-Lightning-Slider/Lobby.svg)](https://gitter.im/Angular-Lightning-Slider/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Known Vulnerabilities](https://snyk.io/test/github/cstodor/angular-lightning-slider/badge.svg?targetFile=package.json)](https://snyk.io/test/github/cstodor/angular-lightning-slider?targetFile=package.json)\n\n\n# Prerequisite\n1. NodeJS (\u003e=8.9.4 or greater) https://nodejs.org/en/\n2. Angular CLI  (\u003e=1.6.7 or greater) https://cli.angular.io/\n3. TypeScript (\u003e= 2.4.2) https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html\n\n# QUICK START\n1. Download source code\n2. Open terminal in the folder where you've downloaded the app\n3. Run `npm run install-client-and-server` from your terminal. This will install the dependencies for Client/Server\n4. Build the App for both Client and Server, by running `npm run build-client-and-server`from your terminal\n5. Run the App with `node public/server`\n6. Open your browser, and navigate to: `localhost:3000` Enjoy!\n\n## Image Sources\nImages are loaded from https://unsplash.com/ using the Unsplash API (https://unsplash.com/developers)\n\nYou can change the API endpoint from the `constants.ts`, located at `server/constants.ts`. Make sure that you re-build the server after adding your API credentials by running `tsc -p ./tsconfig.server.json` from your terminal.\n\n\n# Developement\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 `public/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## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n\n# License\n\u003cp\u003e(The MIT License)\u003c/p\u003e\n\n\u003cp\u003ePermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\u003c/p\u003e\n\n\u003cp\u003eThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\u003c/p\u003e\n\n\u003cp\u003eTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcstodor%2Fangular-lightning-slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcstodor%2Fangular-lightning-slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcstodor%2Fangular-lightning-slider/lists"}