KO
|
EN
gitlite — search
Search
#php
#python
#javascript
#ruby
#hacktoberfest
#vim
#video
#dotfiles
#macos
#plugin
#osdev
#cross-platform
react-native-deezer
★ 30
Open GitHub ↗
Deezer ios player
Download README (.md)
Explore Similar Repositories
js-graphql-language-service
:
A Node.js powered language service that provides a GraphQL language API on top of codemirror-graphql and graphql-js.
quill-dropzone
:
Provides Dropzone.js integration with Quill editor.
zed-save-depth
:
ZED SDK sample to save the depth map as a file
react-native-camera
:
A cordova camera for react-native, supprt for ios and android
react-pixi-boilerplate
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
react-native-deezer
?
Download (.md)
# Deezer Player This project was build as part of [RSConf 2016](http://2016.conf.rollingscopes.com/) workshops. We tried to build a streaming music app using Deezer iOS SDK and React Native. ## Demo ### Mobile App (iOS) <img src="assets/deezer.gif" width="320" /> ## Running the project - [react-native requirements](https://facebook.github.io/react-native/docs/getting-started.html#requirements) - `npm install` to install all dependencies - create free [Deezer](http://www.deezer.com/) account and add some amazing songs to your library :) - go to [Deezer Developer](http://developers.deezer.com/) and create new ios application * copy Application ID from settings section and replace @"YOUR_APPLICATION_ID" in `ios/DeezerSession.h` * make sure iOS bundle ID match your project bundle identifier - open Deezer.xcodeproj and run Deezer application