Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riverscuomo committed Jul 15, 2024
1 parent c52f960 commit 838912f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
A Flutter web front-end for Spotkin. <https://github.com/riverscuomo/spotkin>
It should replace the spreadsheet method <https://docs.google.com/spreadsheets/d/1z5MejG6EKg8rf8vYKeFhw9XT_3PxkDFOrPSEKT_jYqI/edit?gid=1936655481#gid=1936655481>

Currently deployed at <https://spotkin-fd416.web.app> though the Spotify login is not working (due to the redirect URI not being set up correctly?).
Running locally works, however.
Currently deployed at <https://spotkin-fd416.web.app> and jobs are hardcoded to update a sample playlist <https://open.spotify.com/playlist/7Li5tNS13DgGF0FAgwjATf?si=d7a5093ab6a94da5>
I run it with these launch settings in vscode:

```
Expand Down
2 changes: 1 addition & 1 deletion test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';

import 'package:spotkin_flutter/mainOLD.dart';
import 'package:spotkin_flutter/_archive/mainOLD.dart';

void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
Expand Down

0 comments on commit 838912f

Please sign in to comment.