Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeet2020/wallpaper-changer-tauri
https://github.com/zeet2020/wallpaper-changer-tauri
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeet2020/wallpaper-changer-tauri
- Owner: zeet2020
- Created: 2023-04-16T00:44:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-30T16:34:35.000Z (about 1 year ago)
- Last Synced: 2024-04-27T16:33:54.070Z (6 months ago)
- Language: JavaScript
- Size: 4.12 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tauri - Wallpaper changer - Simple wallpaper changer app. (Applications / Utilities)
README
# Title
Wallpaper Changer# Description
wallpaper changer application which use pixbay api to create application which provide interface to search and apply wallpaper with a click
to use application you will need apikey from pixbay and add key to src/apiKey.js# Installation & build
- start application
```yarn install```- to the application
```yarn tauri dev```### to build application
``` yarn tauri build ```