https://github.com/wwwakcan/earthquakedetector
React Native Earthquake Detector
https://github.com/wwwakcan/earthquakedetector
Last synced: about 2 months ago
JSON representation
React Native Earthquake Detector
- Host: GitHub
- URL: https://github.com/wwwakcan/earthquakedetector
- Owner: wwwakcan
- Created: 2024-10-27T17:40:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T17:40:43.000Z (7 months ago)
- Last Synced: 2025-03-27T06:55:40.830Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EarthquakeDetector
EarthquakeDetector, React Native kullanarak cihazın ivmeölçer sensöründen veri alarak sarsıntı algılayan bir modüldür.
## Özellikler
- Cihazın ivmeölçer sensörünü kullanarak sarsıntıyı algılar.
- Belirli bir eşik değeri aştığında kullanıcıya uyarı verir.
- Gerçek zamanlı veri akışı sağlar.## Gereksinimler
- React Native 0.60+
- `react-native-sensors` ve `rxjs` kütüphaneleri## Kurulum
Projeye eklemek için önce kütüphaneleri yükleyin:
```bash
npm install earthquake-detector
```Eğer iOS için çalışıyorsanız:
```bash
cd ios
pod install
cd ..
```## Kullanım
```javascript
import React from 'react';
import EarthquakeDetector from 'earthquake-detector';const App = () => {
return ;
};export default App;
```## Lisans
MIT