Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shishirchawla/momentum-desktop
App gets the latest momentum wallpaper and sets it as the desktop background.
https://github.com/shishirchawla/momentum-desktop
background momentum momentumdash node nodejs wallpaper
Last synced: 2 months ago
JSON representation
App gets the latest momentum wallpaper and sets it as the desktop background.
- Host: GitHub
- URL: https://github.com/shishirchawla/momentum-desktop
- Owner: shishirchawla
- License: mit
- Created: 2017-11-14T22:16:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T04:03:03.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T17:46:41.914Z (3 months ago)
- Topics: background, momentum, momentumdash, node, nodejs, wallpaper
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# momentum-desktop
Gets the latest momentum wallpaper and sets it as the desktop background.So I found a couple of solutions to do this but they all used the Chrome plugin's local storage to fetch the daily wallpaper. I don't use Chrome as my daily web browser, so I made this project that can run completely independent of Chrome. All you need to have is a Momentum account to use this service, there is no need to have chrome or the plugin installed.
### Setup instructions:
Install momentum-desktop using npm:
```console
$ npm install momentum-desktop
```Install forever:
```console
$ npm install forever -g
```Change directory to where momentum-desktop is installed, and start the service:
```console
$ cd /path/to/momentum-desktop
$ npm start .
```