Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanayashiki/react-native-ws-logger
An out-of-the-box websocket network viewer
https://github.com/hanayashiki/react-native-ws-logger
Last synced: 2 months ago
JSON representation
An out-of-the-box websocket network viewer
- Host: GitHub
- URL: https://github.com/hanayashiki/react-native-ws-logger
- Owner: hanayashiki
- License: mit
- Created: 2020-11-22T15:49:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T04:49:13.000Z (about 4 years ago)
- Last Synced: 2024-08-08T18:07:11.832Z (5 months ago)
- Language: TypeScript
- Size: 400 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-ws-logger
An out-of-the-box websocket network viewer
## Installation
```sh
npm install react-native-ws-logger
```## Usage
```js
import WsLogger from "react-native-ws-logger";// ...
const result = await WsLogger.multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT