0.9.2 • Published 10 days ago

glitch-javascript-sdk v0.9.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 days ago

Glitch Javascript SDK

Welcome to the Glitch JavaScript SDK. This SDK is designed to make access Glitch more easy and accessible for developers.

What is Glitch?

Glitch an open-source live community platform for gaming publishers and esports organizations to establish vibrant gaming communities. While the technology is retro-fitted for gaming, it can be used for various other use cases such as:

  • Live Shopping

  • Film Events

  • Conference Events

  • And more

How To Install

The library is agnostic to any application that is using Javascript with includes vanilla Javascript, React, Angular, Express and any of the other major frameworks. To install, simply run the following:

npm install glitch-javascript-sdk --save

This will add the package to your package.json

How To Use

The API coincides with the Glitch Backend. You can use the API as such:

import Glitch from 'glitch-javascript-sdk';

//Set the API Url to your backend
Glitch.config.Config.setBaseUrl("https://api.glitch.local/api/", true);

//Set Auth JSON Web Token (if user has loggedin)
Glitch.config.Config.setAuthToken("some-jwt");

//Make API Calls 
Glitch.api.Auth.login("john@example.com", "abc123").then(()=> {

}).catch(error => {

)

Documentation

Documentation is produced via typedoc as the code comments are extensive and turned in readable documentation.

https://glitch-gaming-platform.github.io/Glitch-Javascript-SDK/

0.9.2

10 days ago

0.9.1

10 days ago

0.8.9

13 days ago

0.9.0

13 days ago

0.8.8

30 days ago

0.8.7

30 days ago

0.8.6

1 month ago

0.8.5

1 month ago

0.8.4

1 month ago

0.7.9

3 months ago

0.8.1

3 months ago

0.8.0

3 months ago

0.8.3

3 months ago

0.8.2

3 months ago

0.7.8

3 months ago

0.7.7

3 months ago

0.7.6

4 months ago

0.7.5

4 months ago

0.7.4

5 months ago

0.7.3

5 months ago

0.6.7

5 months ago

0.6.9

5 months ago

0.6.8

5 months ago

0.7.2

5 months ago

0.7.1

5 months ago

0.7.0

5 months ago

0.6.6

5 months ago

0.6.5

5 months ago

0.6.3

5 months ago

0.6.2

5 months ago

0.6.4

5 months ago

0.5.6

8 months ago

0.5.5

8 months ago

0.5.8

7 months ago

0.5.7

7 months ago

0.5.9

7 months ago

0.6.1

7 months ago

0.6.0

7 months ago

0.5.4

8 months ago

0.5.3

9 months ago

0.5.2

9 months ago

0.4.9

9 months ago

0.4.8

10 months ago

0.3.0

12 months ago

0.3.6

11 months ago

0.3.5

11 months ago

0.3.8

11 months ago

0.3.7

11 months ago

0.5.0

9 months ago

0.3.2

11 months ago

0.3.1

12 months ago

0.3.4

11 months ago

0.5.1

9 months ago

0.3.3

11 months ago

0.3.9

11 months ago

0.4.5

11 months ago

0.2.7

12 months ago

0.4.4

11 months ago

0.2.6

12 months ago

0.4.7

10 months ago

0.2.9

12 months ago

0.4.6

10 months ago

0.2.8

12 months ago

0.4.1

11 months ago

0.2.3

12 months ago

0.4.0

11 months ago

0.2.2

12 months ago

0.4.3

11 months ago

0.2.5

12 months ago

0.4.2

11 months ago

0.2.4

12 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago