Skip to content

ilovecode1/os.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Discontinued!

#What is os.js

Simply figure out what os your user has!

#example


if (mac)
{

  alert("hello mac")

}

if (mac === false)
{

  alert("hello non-mac user!")

}

A Better example at http://www.codecademy.com/cosmiclearn/codebits/jyWode

os.js looks for Mac, Windows, Linux, Android and IOS! More comming soon!

About

The simple os finder! Discontinued!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published