# sheetyjs

> NPM package for sheety.co

Latest version **1.0.0** (published 2019-09-26) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-09-26 |
| First published | 2019-09-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | wistcc |
| Maintainers | wistcc |

## Links

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

## Recent versions

- 1.0.0 (latest) — 2019-09-26

## README

# sheety.js
## NPM package for [sheety.co](https://sheety.co/)

Turn any Google sheet into an API instantly, for free.
Power websites, apps, or whatever you like, all from a spreadsheet. Changes to your spreadsheet update your API in realtime. Neat.

**Important note:** The Google Sheet URL to use must be a valid Google Sheet CSV URL. Just follow these 3 simple steps as explained [here](https://sheety.co/).

## Quick Start

Install the package like this:

`npm i sheetyjs` or `yarn add sheety`

And then use it like this:

```js
import { getJsonUrl, getJsonObject } from 'sheetjs'

// this must be a valid Google Sheet CSV URL as mentioned above
const googleSheetUrl = ''

// you can get the json file url
const jsonUrl = await getJsonUrl(googleSheetUrl)

// or the json object right away
const jsonObject = await getJsonObject(googleSheetUrl)
```

Magic :sparkles:

## Special thanks

Special thanks to [@phillipcaudell](https://twitter.com/phillipcaudell) for creating [sheety.co](https://sheety.co/)

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