1.0.0 • Published 4 years ago

speedo.js v1.0.0

Weekly downloads
4
License
CC-BY-4.0
Repository
github
Last release
4 years ago

speedo.js

This is my own package. It has classes you can easily use to their advantage.

Installation

In order to use this package, you need to install it via npm install speedo.js.

Require the Object

Now that we have installed the package, let's require it:

const Speedo = require('speedo.js');

Use the Object

You can start getting properties right away. For example, Speedo.version would output "1.0.0".