Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbeaseley/my-spotify-stats
Spotify stats and tools
https://github.com/mbeaseley/my-spotify-stats
angular angular10 scss spotify-api spotify-stats typescript
Last synced: 3 months ago
JSON representation
Spotify stats and tools
- Host: GitHub
- URL: https://github.com/mbeaseley/my-spotify-stats
- Owner: mbeaseley
- Created: 2020-02-23T17:46:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T14:51:52.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T01:33:07.482Z (6 months ago)
- Topics: angular, angular10, scss, spotify-api, spotify-stats, typescript
- Language: TypeScript
- Homepage: https://mbeaseley.github.io/my-spotify-stats
- Size: 7.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - mbeaseley/my-spotify-stats - Spotify stats and tools (TypeScript)
README
# MySpotifyStats
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.3.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Releasing
Steps for release:
1. Run ```npm run build:prod```2. Run ```git add -f dist```
3. Run ```git commit -m'[MESSAGE]'```
4. Run ```git subtree push --prefix dist/my-spotify-stats origin gh-pages```
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).