https://github.com/robinpowered/react-native-frequency
Broadcast frequencies to light up LED casing
https://github.com/robinpowered/react-native-frequency
Last synced: about 1 year ago
JSON representation
Broadcast frequencies to light up LED casing
- Host: GitHub
- URL: https://github.com/robinpowered/react-native-frequency
- Owner: robinpowered
- License: mit
- Created: 2017-12-11T22:27:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T21:17:17.000Z (about 5 years ago)
- Last Synced: 2025-03-24T04:43:40.227Z (about 1 year ago)
- Language: Objective-C
- Size: 59.6 KB
- Stars: 7
- Watchers: 8
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ DEPRECATION NOTICE
This project is not being actively maintained.
If you have issues using it, feel free to collaborate in the Issues section and use something like [Patch-Package](https://www.npmjs.com/package/patch-package) to fix any issues you might find.
# react-native-frequency
## Getting started
`$ npm install react-native-frequency --save`
### Mostly automatic installation
`$ react-native link react-native-frequency`
## Usage
```javascript
import Frequency from 'react-native-frequency';
// Play frequency (Hz) for certain duration(s)
FrequencyManager.playFrequency(frequency, duration).then(didPlay => console.log(didPlay));
```