Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carlhannes/expressfake


https://github.com/carlhannes/expressfake

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# expressfake
## A combination of express.js and faker.js
This library is a convenient way of creating random csv data from a URL

Example:

```bash
git clone [email protected]:carlhannes/expressfake.git
cd expressfake && npm start
start http://localhost:1994/custom/10/name.lastName,name.firstName,name.suffix
```

## How?
The url is built up like this:
`http://localhost:1994/custom//`

The API is faker.js official API, check it out here:
https://github.com/marak/Faker.js/#user-content-api-methods