Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

platformify.js

A lightweight, comprehensive, zero-dependency browser and hardware profiling library made in pure vanilla JavaScript

Importing platformify.js

Raw script link:

https://cdn.jsdelivr.net/gh/BlazeInferno64/platformify.js@main/platformify.js

Alternatively, you may also,

Load directly using the script tag of HTML:

<script src="https://cdn.jsdelivr.net/gh/BlazeInferno64/platformify.js@main/platformify.js"></script>

Live testing

Try the code in Jolt

Jolt natively supports platformify.js out of the box! So no need to import anything there just simply play with the code!

Api usage

try {
    const platformify = new Platformify();
    const payload = await platformify.getSystemInfo();
    
    console.log(payload); // Log the payload to the console for inspection
} catch (error) {
    console.error(error); // Log any errors that occur during the process
}

LICENSE

platformify.js is released under the MIT License.

View the full license terms here.

Bugs & Issues

Found a bug or want a new feature?

Report issues and request features on the platformify.js issue tracker.

Thanks for reading!

Have a great day ahead :D

About

A lightweight, comprehensive, zero-dependency browser and hardware profiling library made in pure vanilla JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages