Skip to content

Commit

Permalink
Build_12
Browse files Browse the repository at this point in the history
  • Loading branch information
unarix committed Jun 1, 2019
1 parent 487d72e commit f5dc3ad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This project was generated with [Angular CLI](https://github.com/angular/angular

Se presenta las posibilidades que ofrece la utilización del Web API de Spotify en un ejemplo realizado con Angular 7.

![alt text](https://test.com/img.png)
![alt text](https://raw.githubusercontent.com/unarix/spotypub/master/home_iphone.png)

![alt text](https://raw.githubusercontent.com/unarix/spotypub/master/home_ipad.png)

## Para ejecutar el proyecto

Expand Down
2 changes: 1 addition & 1 deletion dist/Angular-Spotify-API/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>

<script type="text/javascript" src="runtime.b57bf819d5bdce77f1c7.js"></script><script type="text/javascript" src="polyfills.f5cbb92243360c832fdd.js"></script><script type="text/javascript" src="main.4cc35cef0ca838befea0.js"></script></body>
<script type="text/javascript" src="runtime.b57bf819d5bdce77f1c7.js"></script><script type="text/javascript" src="polyfills.f5cbb92243360c832fdd.js"></script><script type="text/javascript" src="main.4847cf8e983f09832385.js"></script></body>

</html>

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/app/services/login.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import { Injectable } from "@angular/core";
export class LoginService {

CLIENT_ID = '318fa35ac32b4b92b19611cc41709790';
REDIRECT_URI = 'http://localhost:4200/home';
REDIRECT_URI_ADMIN = 'http://localhost:4200/setoken';
//REDIRECT_URI = 'https://spotypub.azurewebsites.net/home';
//REDIRECT_URI_ADMIN = 'https://spotypub.azurewebsites.net/setoken';
//REDIRECT_URI = 'http://localhost:4200/home';
//REDIRECT_URI_ADMIN = 'http://localhost:4200/setoken';
REDIRECT_URI = 'https://spotypub.azurewebsites.net/home';
REDIRECT_URI_ADMIN = 'https://spotypub.azurewebsites.net/setoken';

constructor(private router: Router) { }

Expand Down

0 comments on commit f5dc3ad

Please sign in to comment.