0.1.5 • Published 2 years ago

@edualm/react-native-shazam-kit v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Native ShazamKit (iOS only)

Use ShazamKit for song recognition from within React Native.

This module is only supported on iOS. Using it in Android will not crash your app - you can easily check for support using the isSupported() method.

Installation

npm install @edualm/react-native-shazam-kit

Usage

import ShazamKit from "@edualm/react-native-shazam-kit";

// ...

if (await ShazamKit.isSupported()) {
    const result = await ShazamKit.listen();
}

License

MIT

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago