Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Soundnode App | 5,054 | 2 months ago | 273 | other | JavaScript | |||||
Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API. | ||||||||||
Amazing Angular Projects | 63 | 7 years ago | ||||||||
Collection of amazing open source Angular 1.x & Angular 2.0 projects | ||||||||||
Scamp | 37 | 11 years ago | JavaScript | |||||||
Experiment: SC Playlist Manager, built with AngularJS 1 | ||||||||||
Pipedbeats | 6 | 7 years ago | mit | JavaScript | ||||||
(LEGACY) Random streaming radio based on AngularJS and SoundCloud API | ||||||||||
React Next Soundnode | 3 | 5 years ago | other | JavaScript | ||||||
React Next 2018 - Migrating AngularJS applications to React gradually | ||||||||||
Ng Soundcloud Playlist | 3 | 9 years ago | 2 | mit | CSS | |||||
Simple AngularJS app to create and share Soundcloud playlists without a Soundcloud login | ||||||||||
Soundcloudfire | 2 | 8 years ago | 30 | JavaScript | ||||||
Soundcloud Mashup |
Random themed music for your working hours
A pure AngularJS application built on top of SoundCloud API. It provides a continuous streaming of music based on your genre preferences or a search keyword.
Just a browser and a constant Internet connection.
You will need some requirements, which you can found on Internet:
To create your development environment, first install required packages with:
$ npm install -g bower gulp
$ npm install
$ bower install
Also, you can use some gulp
commands to make the development easy:
gulp
: make a development build, start a server on localhost:3000
and watch for changes to refresh the browser automatically.gulp build
: make a development build under build
folder.gulp dist
: make a distribution build (with minified assets) under dist
folder.gulp deploy
: make a distribution build and deploy it to gh-pages
branch. Also pushes the gh-pages
branch.Just make a fork of this repository, do whatever you want and make a pull request telling which changes have you implemented :D
Everyone is welcome!
This code and it's build is licensed under MIT license as described in LICENSE file.