An open API service indexing awesome lists of open source software.

https://github.com/jirihofman/random8

Random generator of names, emails, codes, passwords and complete personas. All in one place and as simple as it could possibly be.
https://github.com/jirihofman/random8

disposable-email nextjs random random-email random-email-generator random-number-generators randomnames vercel

Last synced: 6 months ago
JSON representation

Random generator of names, emails, codes, passwords and complete personas. All in one place and as simple as it could possibly be.

Awesome Lists containing this project

README

          

[![random8](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/detailed/4n8wi4/main&style=plastic&logo=cypress)](https://dashboard.cypress.io/projects/4n8wi4/runs)
# Random8
**Random8** enables you to quickly get and generate random values such as: email addresses, names, numbers, passwords and strings (uuid, code, hash). It was developed for personal use where I dealt with random data on daily basis as a software developer.
## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.jsx`. The page auto-updates as you edit the file.
## Next.js
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).