# 1secmail

> This is a Javascript client library for generating emails and getting email box messages based on using [1secmail](https://www.1secmail.com/api/) API. ### Installation use npm:

Latest version **1.0.0** (published 2021-12-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install 1secmail
pnpm add 1secmail
yarn add 1secmail
bun add 1secmail
```

## 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 | 2021-12-04 |
| First published | 2021-12-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | NeoDouglas |
| Maintainers | neodouglas |
| Keywords | 1secmail, secmail, amino |

## Links

- npm: https://www.npmjs.com/package/1secmail
- Repository: https://github.com/neodouglas/Neo1Secmail
- Homepage: https://github.com/neodouglas/Neo1Secmail#readme
- Issues: https://github.com/neodouglas/Neo1Secmail/issues
- npm.io page: https://npm.io/package/1secmail

## Dependencies (12)

- [ms](https://npm.io/package/ms.md) ^2.1.3
- [sax](https://npm.io/package/sax.md) ^1.2.4
- [debug](https://npm.io/package/debug.md) ^3.2.7
- [needle](https://npm.io/package/needle.md) ^3.0.0
- [domutils](https://npm.io/package/domutils.md) ^2.8.0
- [entities](https://npm.io/package/entities.md) ^3.0.1
- [domhandler](https://npm.io/package/domhandler.md) ^4.3.0
- [iconv-lite](https://npm.io/package/iconv-lite.md) ^0.4.24
- [htmlparser2](https://npm.io/package/htmlparser2.md) ^7.2.0
- [safer-buffer](https://npm.io/package/safer-buffer.md) ^2.1.2
- [dom-serializer](https://npm.io/package/dom-serializer.md) ^1.3.2
- [domelementtype](https://npm.io/package/domelementtype.md) ^2.2.0

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2021-12-04

## README

This is a Javascript client library for generating emails and getting email box messages based on using [1secmail](https://www.1secmail.com/api/) API.
### Installation
use npm:

``npm install secmail``
### Usage
```javascript
const secmail = require("secmail")

email = secmail.GerarEmail(1)

console.log(await email)
```
If you set the count to more than 1 it will return a list of emails

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