Giter Site home page Giter Site logo

rpgdash's Introduction

Rpg Dash (music dashboard)

Installation

Install ruby 2.4, ruby gems, and the gem "bundler". You need sqlite3 too.

bundle
rake db:create db:migrate db:seed

Start

rails s

How it works ?

You start the server. Then you can upload files and set attributes to it. Then you can use the dashboard to read music randomly given your current preferences (stress, type, etc.)

Youtube-dl

If you want to enable the youtube-dl option (download files directly from youtube), you must have "youtube-dl" installed on your system. An executable "youtube-dl" must exists on the PATH.

How to contribute ?

fork & create a pull request.

Guidelines

This is a ruby on rails 5.1 project. There are some main files/directories to know:

  • app/controllers: the mechanism of the application are there;
  • app/models: the database's orm uses models to develop the actions that can be done on data;
  • app/views: the html page (templated with SLIM);
  • assets: where the CSS and JS is stored. We use coffeescript;
  • db/migrations: where we add new table, fields, etc. to the database;
  • config/routes: where we set which controller method is an action (accessible with http);

Behaviour

If you want to contribute, please be nice; if someone looks disrespectful, ignore it.

Code quality

Your contributions will be reviewed to improve them and avoid craps, bugs, optimization issue, etc. Code quality is a requirement.

rpgdash's People

Contributors

lucie-dispot avatar nephos avatar

Watchers

 avatar  avatar  avatar

Forkers

lucie-dispot

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.