An open API service indexing awesome lists of open source software.

https://github.com/david-desmaisons/screensaver


https://github.com/david-desmaisons/screensaver

Last synced: 3 months ago
JSON representation

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
```