https://github.com/david-desmaisons/screensaver
https://github.com/david-desmaisons/screensaver
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/david-desmaisons/screensaver
- Owner: David-Desmaisons
- Created: 2020-09-19T14:34:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T01:32:21.000Z (about 3 years ago)
- Last Synced: 2025-01-19T06:10:09.475Z (5 months ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScreenSaver
Back-end and Front-end application to display high quality wallpaper images in the browser.
Provide a plug-in architecture to allow various image providers. Currently implemented:
- [bing](https://www.bing.com/)
- [chromecastbg](https://chromecastbg.alexmeub.com/)
- [getwallpapers](https://getwallpapers.com/)
- Images from local folder## Structure
- Multi-repository built with [lerna](https://github.com/lerna/lerna#readme)
## Install
```sh
npm install
npm run bootstrap
```