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

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

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