0.2.2 • Published 4 months ago

metal-price-live v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

metal-price-live

Live metal prices for react and react native using websocket

Installation

Using npm:

npm install metal-price-live

Using yarn:

yarn add metal-price-live

Usage

import useMetalPriceLive from 'metal-price-live';

// ...

const { status, data, error } = useMetalPriceLive(
  'wss://your-websocket-endpoint',
  'your-api-key'
);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.2.2

4 months ago

0.2.1

5 months ago

0.2.0

5 months ago