Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salimkayabasi/mockalisa
Mock any REST API on your local
https://github.com/salimkayabasi/mockalisa
Last synced: 7 days ago
JSON representation
Mock any REST API on your local
- Host: GitHub
- URL: https://github.com/salimkayabasi/mockalisa
- Owner: salimkayabasi
- License: mit
- Created: 2021-02-12T09:24:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T17:39:33.000Z (over 3 years ago)
- Last Synced: 2024-09-19T02:39:05.335Z (about 2 months ago)
- Language: JavaScript
- Size: 515 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mockalisa
Mock any REST API on your local## Installing
You can install it once as globally and run it everywhere. It is also possible to install it via `npx` and run it on the fly.
```shell
npm i -g mockalisa
mockalisa config.yml
```
OR
```shell
npx mockalisa config.yml
```If you need a config file as an example to start. Please have a look on [this folder](test/yml/)