Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadymmarkov/reviewery-mobile
iOS application to rate songs in Spotify playlists
https://github.com/vadymmarkov/reviewery-mobile
facebook-sdk ios-app react-native spotify-api
Last synced: 26 days ago
JSON representation
iOS application to rate songs in Spotify playlists
- Host: GitHub
- URL: https://github.com/vadymmarkov/reviewery-mobile
- Owner: vadymmarkov
- License: other
- Created: 2017-03-09T00:23:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:21:56.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T17:20:00.928Z (3 months ago)
- Topics: facebook-sdk, ios-app, react-native, spotify-api
- Language: JavaScript
- Homepage:
- Size: 25.4 MB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Reviewery
README
# Description
**Reviewery** is an iOS application to rate songs in
[Spotify](https://www.spotify.com) playlists. It's a hobby project built in
React Native. Read more in my [Medium article](https://t.co/7qONtlRGxr).Server side code in located [here](https://github.com/vadymmarkov/reviewery-server).
# Functionality
- Facebook login
- Profile screen with the possibility to logout
- A list of charts
- Chart detail screen with a list of attached playlists
- Playlist detail screen with a list of songs
- Review popup to rate songs
- Result screen with a list of songs sorted by rating. It should be
accessible only when the chart is marked as completed.# Installation
Assuming you’ve already installed [Node.js](https://nodejs.org),
[CocoaPods](https://cocoapods.org) and [React Native CLI](https://facebook.github.io/react-native/docs/getting-started.html#the-react-native-cli)
```sh
git clone https://github.com/vadymmarkov/reviewery-mobile.git
cd reviewery-mobile/ios
pod install
cd ..
npm install
react-native run-ios
```Read more about React Native setup in official [getting started guide](https://facebook.github.io/react-native/docs/getting-started.html).
## Author
Vadym Markov, [email protected]
## Contributing
Check the [CONTRIBUTING](https://github.com/vadymmarkov/reviewery-mobile/blob/master/CONTRIBUTING.md) file for more info.
## License
**Reviewery** is available under the MIT license. See the [LICENSE](https://github.com/vadymmarkov/reviewery-mobile/blob/master/LICENSE.md) file for more info.