https://github.com/andresaraujo/songwoof
Discover Music (Angular 2 application)
https://github.com/andresaraujo/songwoof
Last synced: 16 days ago
JSON representation
Discover Music (Angular 2 application)
- Host: GitHub
- URL: https://github.com/andresaraujo/songwoof
- Owner: andresaraujo
- License: other
- Created: 2016-01-09T18:14:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T01:08:20.000Z (over 8 years ago)
- Last Synced: 2025-04-09T16:17:05.463Z (16 days ago)
- Language: Dart
- Size: 1.1 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Songwoof
A sample application to show a more complete Angular 2 example.
It includes:
- Use of Router and Router lifecycle hooks
- Component Lifecycle hooks
- Components, Services
- A sample unit test for a component
- Component events
- It also includes example of Dart interop with Javascript.
- Authentication and backend with Firebase
- UI using Material Design lite## Usage
#### Install dependencies
`pub get`
#### Run local web server
`pub serve`
#### open http://localhost:8080/## [Live Demo](https://songwoof.co)
###To do:
- Redo faving tracks
- Redo test when new testing package is available
- Add Spotify backend
- Add component to show current play time
- Improve discovery of songsVinyl Css is based on [this codepen by pipozoft](http://codepen.io/pipozoft/pen/wLyvs)