https://github.com/gusg21/os-me
A simple OS-detection library for JS
https://github.com/gusg21/os-me
javascript library operating-system
Last synced: over 1 year ago
JSON representation
A simple OS-detection library for JS
- Host: GitHub
- URL: https://github.com/gusg21/os-me
- Owner: gusg21
- Created: 2017-01-16T18:34:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T17:07:24.000Z (over 9 years ago)
- Last Synced: 2025-01-08T09:17:05.197Z (over 1 year ago)
- Topics: javascript, library, operating-system
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# os-me
A simple OS-detection library for JS
## Install
git clone https://github.com/gusg21/os-me
Move os-me.js to wherever and cite it in a
## Usage
os-me = os();
document.write(os-me.clientOS());