Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikepruett3/servicenow-desktop
A simple Desktop application for ServiceNow, built using Electron.js
https://github.com/mikepruett3/servicenow-desktop
Last synced: about 1 month ago
JSON representation
A simple Desktop application for ServiceNow, built using Electron.js
- Host: GitHub
- URL: https://github.com/mikepruett3/servicenow-desktop
- Owner: mikepruett3
- License: mit
- Created: 2023-08-07T15:53:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T16:21:21.000Z (over 1 year ago)
- Last Synced: 2023-08-07T17:57:20.781Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ServiceNow Desktop
![ServiceNowDesktop](https://github.com/mikepruett3/servicenow-desktop/blob/main/images/ServiceNow.png?raw=true)
ServiceNow Desktop is a simple Desktop application for ServiceNow, built using [ElectronJS](https://www.electronjs.org).
## Features
- Spell Check
- Remove Stored URL
- Control for Hardware Acceleration## Installation
Dowload the latest [release](https://github.com/mikepruett3/servicenow-desktop/releases) for Windows, Linux and MacOS.
For Windows... a standard Exectuable is provided, as well as a NuGet package. RPM and DEB packages are availbe for Linux Distrubtions (not tested!).
## Launching
To run, just launch the executable via the Desktop Shortcut, or the Executable directly.
## Building
To build locally, clone the repository and install the dependencies.
```powershell
git clone https://github.com/mikepruett3/servicenow-desktop.git
cd servicenow-desktop
npm install
```To run the application locally.
```powershell
npm run test
```To build the application installer.
```powershell
npm run make
```## Dependencies
- electron
- electron-forge
- electron-store
- publisher-github## Errata
Logo borrowed from [LogoTypes](https://logosandtypes.com/alphabet/letter-o/servicenow/)