Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/compts/getkit
- Owner: compts
- License: mit
- Created: 2022-04-19T10:29:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T22:26:29.000Z (4 months ago)
- Last Synced: 2024-11-06T14:07:59.623Z (14 days ago)
- Topics: ajax, ajax-request, http, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 CasesIn 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 htmlCJS, 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