GithubHelp home page GithubHelp logo

stakoov / loops_with_friends Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeffcole/loops_with_friends

0.0 1.0 0.0 1.25 MB

Loops... with friends!

Home Page: http://loopswithfriends.com

License: MIT License

Elixir 53.97% CSS 11.70% Elm 28.72% JavaScript 4.32% HTML 1.29%

loops_with_friends's Introduction

Loops With Friends

Loops With Friends is a collaborative music-making web app built with Elixir/Phoenix, Elm, and the WebAudio API.

It supports up to seven users in a given "jam," in which each user gets their own music loop. Each user can start and stop their loop to make music in real time with the other users in the jam. The app automatically creates and balances additional jams as users join and leave.

See these blog posts for more on how it's built.

Development

  1. Install Elixir, Phoenix, and dependencies.

  2. Clone and cd into the repository.

git clone https://github.com/jeffcole/loops_with_friends.git
cd loops_with_friends
  1. Install Elixir dependencies.
mix deps.get
  1. Create and migrate the database.
mix ecto.create && mix ecto.migrate
  1. Install asset dependencies.
npm install
  1. Install Elm packages.
cd web/static/elm
../../../node_modules/.bin/elm-package install
cd ../../..
  1. Run the server.
mix phoenix.server
  1. Visit http://localhost:4000 in the browser.

Testing

Run the test suite with mix test.

Attribution

The loops used by the app are Apple Loops.

License

Copyright © 2016 Jeff Cole. See LICENSE for more information.

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.