Coder Social home page Coder Social logo

bloc-jams-angular's Introduction

Bloc-Jams-Angular

A digital music player, like Spotify. Written in angular, using grunt. Uses the Buzz! audio API library.

####Example Screenshot Bloc Jams

####Features

  • Click on a collection (album)
  • Play/pause a song
  • Skip to next song
  • Fast forward/rewind
  • Drag to location
  • Adjust volume
  • Auto-adjusts view for different window sizes

####Note I began this project by refactoring my earlier foundation project.

####Installation

$ git clone https://github.com/rmcgarity/bloc-jams-angular.git
$ npm install

####Use In the cloned directory, run

$ grunt

Then navigate to http://localhost:3000/album

####Contact

Directory Structure

├── Gruntfile.js
├── LICENSE
├── Procfile
├── README.md
├── app
│   ├── assets
│   │   └── images (not detailed)
│   │   └── music (not detailed)
│   ├── pages
│   │   └── index.html
│   ├── scripts
│   │   └── albumServices.js
│   │   └── app.js
│   │   └── collectionServices.js
│   │   └── fixtures.js
│   │   └── rcmSliderDirective.js
│   ├── styles
│   │   └── album.css
│   │   └── collection.css
│   │   └── landing.css
│   │   └── main.css
│   │   └── normalize.css
│   │   └── player_bar.css
│   └── templates
│   │   └── album.html
│   │   └── collection.html
│   │   └── landing.html
│   │   └── rcmSliderDirective.html
├── Gruntfile.js
├── package.json
└── server.js

Grunt plugins

A list of the Grunt plugins in this application.

Watch

Grunt watch watches for changes to file content and then executes Grunt tasks when a change is detected.

Copy

Grunt copy copies files from our development folders and puts them in the folder that will be served with the frontend of your application.

Clean

Grunt clean "cleans" or removes all files in your distribution folder (dist) so that logic in your stylesheets, templates, or scripts isn't accidentally overridden by previous code in the directory.

bloc-jams-angular's People

Contributors

joelip avatar rmcgarity avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.