Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliveroneill/wilt-ios
Wilt iOS Client - An app for tracking the artists you listen to
https://github.com/oliveroneill/wilt-ios
coordinator-pattern coredata firebase ios mvvm spotify-sdk swift
Last synced: 9 days ago
JSON representation
Wilt iOS Client - An app for tracking the artists you listen to
- Host: GitHub
- URL: https://github.com/oliveroneill/wilt-ios
- Owner: oliveroneill
- License: mit
- Created: 2019-09-18T11:56:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T08:47:12.000Z (about 2 years ago)
- Last Synced: 2024-10-12T07:41:39.329Z (25 days ago)
- Topics: coordinator-pattern, coredata, firebase, ios, mvvm, spotify-sdk, swift
- Language: Swift
- Homepage:
- Size: 25.7 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wilt - What I Listen To
[![Build Status](https://travis-ci.org/oliveroneill/wilt-ios.svg?branch=master)](https://travis-ci.org/oliveroneill/wilt-ios)
This is an iOS client for displaying Wilt metrics.
External project components:
- [Server-side and browser client](https://github.com/oliveroneill/wilt) (using Firebase and BigQuery)
- [Android app](https://github.com/oliveroneill/wilt-android)## Installation
We use [cocoapods-keys](https://github.com/orta/cocoapods-keys) to store
secrets.
Run
```bash
pod install
```
This will prompt you for your Spotify Client ID and Spotify redirect URI.Put your `GoogleService-Info.plist` file in `Wilt/`. Generate this file via the
Firebase console for iOS integration.## The app in action
![The profile screen with shimmering load](gifs/profile.gif)
![The profile screen scrolling](gifs/profile_scroll.gif)
![The feed](gifs/feed.gif)