Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/gm-sdk

Sdk for tampermonkey based on jQuery/nx.
https://github.com/afeiship/gm-sdk

ajax gm greasyfork http jquery next sdk tampermonkey xhr

Last synced: 23 days ago
JSON representation

Sdk for tampermonkey based on jQuery/nx.

Awesome Lists containing this project

README

        



gm-sdk logo

gm-sdk


Sdk for tampermonkey based on jQuery/nx.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```shell
npm i @jswork/gm-sdk
```

## sdks
| api | description |
| ----- | -------------------------------------- |
| $ | jquery(You need requre it by yourself) |
| nx | @jswork/next |
| gmsdk | - |

## gmsdk apis
| api | description |
| ------------- | ----------------------- |
| `http` | gm-sdk |
| `store` | gm-sdk |
| `NxGmApi.log` | From tampermonkey apis. |

## usage
```js
// @require https://cdn.jsdelivr.net/npm/@jswork/gm-sdk

// or lock the version
// @require https://cdn.jsdelivr.net/npm/@jswork/[email protected]
```

## resources
- https://www.tampermonkey.net/documentation.php
- https://github.com/afeiship/next-gm-api

## license
Code released under [the MIT license](https://github.com/afeiship/gm-sdk/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/gm-sdk
[version-url]: https://npmjs.org/package/@jswork/gm-sdk

[license-image]: https://img.shields.io/npm/l/@jswork/gm-sdk
[license-url]: https://github.com/afeiship/next-guid/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/gm-sdk
[size-url]: https://github.com/afeiship/next-guid/blob/master/dist/next-guid.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/gm-sdk
[download-url]: https://www.npmjs.com/package/@jswork/gm-sdk