Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisgoncalves/meocloud-player
Music player for MEO Cloud files
https://github.com/luisgoncalves/meocloud-player
Last synced: about 1 month ago
JSON representation
Music player for MEO Cloud files
- Host: GitHub
- URL: https://github.com/luisgoncalves/meocloud-player
- Owner: luisgoncalves
- Created: 2015-06-30T20:14:30.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-01T09:44:33.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T11:51:11.813Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEO Cloud Player
**NOTE**: this project hasn't been maintained for a while. It uses old versions of frameworks/libraries which may contain security issues.
Minimalistic client-side music player for files on [MEO Cloud](https://meocloud.pt/).
Try it live on https://luisgoncalves.github.io/meocloud-player/. Confirm that the URL remains over SSL (GitHub pages sometimes [redirects to non-SSL URLs](https://github.com/isaacs/github/issues/289)).
- Associates cloud account on first access
- Plays random music files (MP3, WAV)
- Music files metadata is stored locally on the browser
- Updated on each usage (partial updates using the *delta* APIs)
- Uses Local Storage and IndexedDB (may request permissions)## Run locally
You'll need Git and node/npm.
1. `git clone [email protected]:luisgoncalves/meocloud-player.git`
1. `cd meocloud-player`
1. `npm install`
1. `npm start`
1. Browse to http://localhost:4200## Disclaimer
This project was developed to improve my Javascript/client-side knowledge and explore some libraries/tools/etc.
- The first version is plain old Javascript with the help of jQuery
- The second version is based on Angular JS
- The third version (current) is based on Angular and ngrx