https://github.com/zerox-dg/newwall
Just another wallpaper changing app! :tada:
https://github.com/zerox-dg/newwall
electron unsplash vue wallpaper
Last synced: about 2 months ago
JSON representation
Just another wallpaper changing app! :tada:
- Host: GitHub
- URL: https://github.com/zerox-dg/newwall
- Owner: ZeroX-DG
- License: mit
- Created: 2018-09-29T17:14:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T08:36:56.000Z (over 7 years ago)
- Last Synced: 2025-04-19T08:17:27.768Z (about 1 year ago)
- Topics: electron, unsplash, vue, wallpaper
- Language: Vue
- Homepage: https://zerox-dg.github.io/NewWallWeb/
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NewWall
Just another wallpaper changing app!

## About this project
NewWall is a side-project to refresh my Vue.js knowledge. I actually created the first version of this app and named it [Alluring](https://github.com/ZeroX-DG/Alluring). You can read more about how I created the first version of this app at [my blog](https://medium.com/the-z/the-making-of-a-wallpaper-changing-app-with-electron-and-vue-js-606e66b2a929).
## Develop
1. Clone this repo
```
git clone https://github.com/ZeroX-DG/NewWall.git
```
2. Fill in your unsplash API credentials in `config.example.js` and rename it to `config.js`
3. Install dependencies
```
npm i
```
4. Run the app
```
npm run dev
```
More info at [package.json](package.json)
## Donation
## Author
- Hung Nguyen ([twitter](https://twitter.com/ZeroX_Hung))
## License
- [MIT](LICENSE)
