https://github.com/nighttrax/react-cosmos-proxy-buffet
A react-cosmos proxy to show a proxy bar
https://github.com/nighttrax/react-cosmos-proxy-buffet
Last synced: 7 months ago
JSON representation
A react-cosmos proxy to show a proxy bar
- Host: GitHub
- URL: https://github.com/nighttrax/react-cosmos-proxy-buffet
- Owner: NiGhTTraX
- Created: 2018-09-07T21:13:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T22:53:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-24T02:15:50.810Z (9 months ago)
- Language: TypeScript
- Size: 123 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> A [react-cosmos](https://github.com/react-cosmos/react-cosmos) proxy to show a proxy bar
## Usage
```js
// cosmos.proxies.js
import createProxyBuffet from 'react-cosmos-proxy-buffet';
import MyProxy from './my-proxy';export default [
createProxyBuffet({
proxies: [MyProxy]
})
];
```