Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/compts/getkit

Friendly HTTP request library that would work in browser and Node.js
https://github.com/compts/getkit

ajax ajax-request http javascript nodejs

Last synced: about 17 hours ago
JSON representation

Friendly HTTP request library that would work in browser and Node.js

Awesome Lists containing this project

README

        

# GETKit
[![NPM version][npm-image]][npm-url]

[Site](https://getkit.codehyouka.xyz/) |
[Docs](https://getkit.codehyouka.xyz/docs) |
## Use Cases

In a browser:
```html

```
## Download

* [Core build](https://raw.githubusercontent.com/compts/getkit/main/dist/web/getkit-full.js) ([~65KB](https://raw.githubusercontent.com/compts/getkit/main/dist/web/getkit-full.js))
* [Dependency build](https://raw.githubusercontent.com/compts/structkit/main/dist/web/structkit-full.iife.js)

Using npm:
```shell
$ npm i getkit
```
## Requirement
You need to install this in your machine to compile in your machine
```bash
npm install grasseum -g
```

## Example

In a browser
```html
gtk.Get('https://example.com/example.js')
```
keep in mind `gtk` is used as global library at html

CJS, ESM and TS use this code below
```bash
Get('https://example.com/example.js')

```
[npm-url]: https://www.npmjs.com/package/getkit
[npm-image]: https://img.shields.io/badge/getkit-0.5.0-brightgreen