# intercom-to-docusuarus

> Converting intercom articles to docusaurus articles

Latest version **1.0.7** (published 2023-07-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install intercom-to-docusuarus
pnpm add intercom-to-docusuarus
yarn add intercom-to-docusuarus
bun add intercom-to-docusuarus
```

## 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.7 |
| Published | 2023-07-06 |
| First published | 2023-04-05 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | kamijean |
| Maintainers | kamijean, bka9 |

## Links

- npm: https://www.npmjs.com/package/intercom-to-docusuarus
- Repository: https://github.com/Seis-Inc/seis-intercom-to-articles
- Homepage: https://github.com/Seis-Inc/seis-intercom-to-articles#readme
- Issues: https://github.com/Seis-Inc/seis-intercom-to-articles/issues
- npm.io page: https://npm.io/package/intercom-to-docusuarus

## Dependencies (1)

- [intercom-client](https://npm.io/package/intercom-client.md) ^4.0.0

## Recent versions

- 1.0.7 (latest) — 2023-07-06
- 1.0.6 — 2023-04-06
- 1.0.5 — 2023-04-05
- 1.0.4 — 2023-04-05
- 1.0.3 — 2023-04-05
- 1.0.2 — 2023-04-05
- 1.0.1 — 2023-04-05
- 1.0.0 — 2023-04-05

## README

# Intercom to Docusaurus Docs
This pulls Intercom articles and formats them for md files to use on docusaurus.

## How to use
Create an `.env` file with `INTERCOM_ACCESS_TOKEN` set to the intercom api access token in the repo you are using this

npm install intercom-to-docusuarus

Add something like this to the project you want to run the command:

```
const articlesOutput = require("intercom-to-docusaurus");
const folderPath = "../docs";

articlesOutput(folderPath);
```

The folder path is the folder you want the files to be located at.

Navigate into the location of the file and run `node [name_of_file].js`

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