https://github.com/m1ga/ti.glassfy
https://github.com/m1ga/ti.glassfy
android glassfy titanium-mobile titanium-module
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/m1ga/ti.glassfy
- Owner: m1ga
- License: other
- Created: 2023-03-10T18:17:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T17:23:01.000Z (about 2 years ago)
- Last Synced: 2025-01-27T07:12:05.507Z (4 months ago)
- Topics: android, glassfy, titanium-mobile, titanium-module
- Language: Java
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ti.glassfy - Titanium module for glassfy
Make sure to check https://docs.glassfy.io/docs/configuration on how to setup your Play Store configuration.
Work in progress
```js
import glassfy from 'ti.glassfy';glassfy.addEventListener("offerings", function(items){ console.log(items); })
glassfy.addEventListener("sku", function(item){ console.log(item); })glassfy.initialize("your_key");
glassfy.getOfferings();
glassfy.getSku("your_sku");
```