# meteora

> A library of common javascript functions to make life easier.

Latest version **0.0.9** (published 2022-12-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install meteora
pnpm add meteora
yarn add meteora
bun add meteora
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.9 |
| Published | 2022-12-07 |
| First published | 2021-03-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 19.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Emmanuel Davies |
| Maintainers | meteora-digital |
| Keywords | library, helpers, es6, functions, javascript, js |

## Links

- npm: https://www.npmjs.com/package/meteora
- Repository: https://github.com/meteora-digital/meteora
- Homepage: https://github.com/meteora-digital/meteora#readme
- Issues: https://github.com/meteora-digital/meteora/issues
- npm.io page: https://npm.io/package/meteora

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 0.0.9 (latest) — 2022-12-07
- 0.0.8 — 2022-12-07
- 0.0.7 — 2022-02-11
- 0.0.6 — 2022-02-10
- 0.0.5 — 2021-04-20
- 0.0.4 — 2021-04-14
- 0.0.3 — 2021-03-29
- 0.0.2 — 2021-03-27
- 0.0.1 — 2021-03-27
- 0.0.0 — 2021-03-27

## README

# Meteora

### What is this?
A growing library of helper functions to help speed up development time, and / or avoid linking polyfills for older browsers.

### Functions:

#### ajax 
This is a basic jQuery ajax replacement which can be used to make XHR requests.

```javascript
ajax
````

###### Note: The functions is subject to improve and change at any time, things may break if you update the package. Check back in the readme for code updates or feel free to report any issues.

---
_Source: https://npm.io/package/meteora · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
