# web-interface-discord

> This is a package that gives you a pre-setup web interface for sending messages

Latest version **1.0.1** (published 2020-04-11) · ISC license · 0 weekly downloads

## Install

```sh
npm install web-interface-discord
pnpm add web-interface-discord
yarn add web-interface-discord
bun add web-interface-discord
```

## 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.1 |
| Published | 2020-04-11 |
| First published | 2020-04-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | yeeeeeeeet |

## Links

- npm: https://www.npmjs.com/package/web-interface-discord
- npm.io page: https://npm.io/package/web-interface-discord

## Dependencies (4)

- [ejs](https://npm.io/package/ejs.md) ^3.0.2
- [path](https://npm.io/package/path.md) ^0.12.7
- [express](https://npm.io/package/express.md) ^4.17.1
- [body-parser](https://npm.io/package/body-parser.md) ^1.19.0

## Recent versions

- 1.0.1 (latest) — 2020-04-11
- 1.0.0 — 2020-04-11

## README

# What is this?

This is a package that gives you a pre-setup web interface for sending messages

# How do i use it?

Simple do:

```js
const Web = require("web-interface-discord")
new Web("token of bot", port, client) //these should be replaced with their respective values

//now it will run on localhost:port?token=token
//port is the port you specified, ?token=<token> the token that has <> around it should be replaced with the bot token you specified.```

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