Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlhannes/expressfake
https://github.com/carlhannes/expressfake
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlhannes/expressfake
- Owner: carlhannes
- License: mit
- Created: 2018-05-28T07:46:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T18:53:57.000Z (over 6 years ago)
- Last Synced: 2024-11-16T11:13:06.981Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 URLExample:
```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