Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ThasianX/SpotifyRadar
Allows users to pull in new song releases from their favorite artists and provides users with important metrics like their top tracks, top artists, and recently played tracks, queryable by time range.
https://github.com/ThasianX/SpotifyRadar
Last synced: 2 months ago
JSON representation
Allows users to pull in new song releases from their favorite artists and provides users with important metrics like their top tracks, top artists, and recently played tracks, queryable by time range.
- Host: GitHub
- URL: https://github.com/ThasianX/SpotifyRadar
- Owner: ThasianX
- License: mit
- Created: 2019-11-25T12:47:20.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-13T12:58:58.000Z (about 3 years ago)
- Last Synced: 2024-05-12T01:32:25.136Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 11.6 MB
- Stars: 634
- Watchers: 17
- Forks: 41
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - SpotifyRadar
- fucking-open-source-ios-apps - SpotifyRadar
README
# Spotify Radar
Spotify Radar is an iOS application that allows users to pull in new song releases from their favorite artists and provides users with important metrics like their top tracks, top artists, and recently played tracks, queryable by time range.
**Architecture**: MVVM + Coordinator + RxSwift
## Getting Started
### Prerequisites
```
Pods have already been committed so no need to run 'pod install'
```### Installing
Create a [spotify application](https://developer.spotify.com/dashboard/applications) and save your clientId and clientSecret to `SpotifyDaily_iOS/Services/Configuration.swift`. Of course, when you make a PR, don't include `Configuration.swift` in it.
```
Open xcworkspace and run
```## Built With
* [Cocoapods](https://github.com/CocoaPods/CocoaPods) - Dependency Management
* [Swinject](https://github.com/Swinject/Swinject) - Dependency Injection
* [SideMenu](https://github.com/jonkykong/SideMenu) - Menu navigation
* [RxSwift](https://github.com/ReactiveX/RxSwift) - Swift version of [Rx](https://github.com/Reactive-Extensions/Rx.NET)## Contributing
- If you find a bug, or would like to suggest a new feature or enhancement, it'd be nice if you could [search the issue tracker first](https://github.com/ThasianX/SpotifyDaily/issues); while we don't mind duplicates, keeping issues unique helps us save time and considates effort. If you can't find your issue, feel free to [file a new one](https://github.com/ThasianX/SpotifyDaily/issues/new/choose).
- Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute–it has information on the process for handling contributions, and tips on how the code is structured to make your work easier, and the process for submitting pull requests to us.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Screenshots