Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banickn/openSAFETY-logbrowser
https://github.com/banickn/openSAFETY-logbrowser
electron-app industrial-automation safety
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/banickn/openSAFETY-logbrowser
- Owner: banickn
- License: cc0-1.0
- Created: 2017-08-22T07:38:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T12:28:29.000Z (over 7 years ago)
- Last Synced: 2024-08-02T14:05:48.223Z (6 months ago)
- Topics: electron-app, industrial-automation, safety
- Language: JavaScript
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.css
- License: LICENSE.md
Awesome Lists containing this project
- awesome-B-R - openSAFETYLogbrowser - a log browser application for openSAFETY used with a openPOWERLINKMN based on Electron. (Development Tools / External Tools)
README
# openSAFETY log browser
This is a log browser application for openSAFETY used with a openPOWERLINKMN based on Electron.
![openSAFETY-logbrowser](https://github.com/banickn/openSAFETY-logbrowser/blob/master/example.png)
## To UseTo clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone
# Go into the repository
cd openSAFETY-logbrowser
# Install dependencies
npm install
# Run the app
npm start
```Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
## Resources for Learning Electron
- [electron.atom.io/docs](http://electron.atom.io/docs) - all of Electron's documentation
## License
[CC0 1.0 (Public Domain)](LICENSE.md)