Run web clients without backends by mocking HTTP requests
During development, often times front-end devs have to wait for the back-end devs to offer an API to work on. Even after the API is given, if the front-end team wants a different set of data to work on, they again need to wait for the changes to be made and hosted. We, front-end developers resort to techniques like storing the data in a variable or using mock API’s.
To overcome this, we are working on a browser extension Interceptor, which lets you define your own response, and everytime the browser requests data from a particular URL, returns you with mock data instead of, from the server.
This blog post Interceptor : Your Own Mock Server inside the browser makes things much more clear.
Code: https://github.com/code-mancers/interceptor
Project change log: https://github.com/code-mancers/interceptor/blob/master/CHANGELOG.md
Privacy Policy: https://github.com/code-mancers/interceptor/blob/master/Privacy-policy.md
Contributors : https://github.com/code-mancers/interceptor/graphs/contributors
- License: MIT License
- Weekly downloads: 8
- Average daily users: 339
- Rating: 3.4/5 of 5 ratings
- Created: 2018-04-06 16:24:29
- Last updated: 2018-08-22 08:05:06
- Homepage: https://github.com/code-mancers/interceptor
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/xhr-interceptor/
- API: {024f65fd-47e3-4556-bd93-4c0a1d08cd33}