https://github.com/yassinmi/scraper-mock-server
Creates a mocked web server exposing data and APIs that can be easily configured, useful to set up test envirenments for e.g. scraping tools
https://github.com/yassinmi/scraper-mock-server
Last synced: 3 months ago
JSON representation
Creates a mocked web server exposing data and APIs that can be easily configured, useful to set up test envirenments for e.g. scraping tools
- Host: GitHub
- URL: https://github.com/yassinmi/scraper-mock-server
- Owner: yassinMi
- Created: 2024-02-03T12:47:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T12:54:42.000Z (over 1 year ago)
- Last Synced: 2025-01-26T13:09:03.406Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## features:
- [ ] csvjs syntax provides an easy way to define and alter mocked datasets
- [ ] files watcher: automatically detects changes in data files and reloads them
- [ ] pagination control
- [ ] mock engine
- [ ] data types
- [ ] extend a dataset with automatically generated records (e.g. in a loop statement)
- [ ] logger
- [ ] project templates