opensong

0.1.1 • Public • Published

Build Status

opensong.js

Opensong.js is a Javascript/Coffeescript library to format and display OpenSong files nicely on a web page.

It supports:

  • rendering lyrics
  • transposing chords

What is OpenSong?

OpenSong is a free, open-source software application created to manage lyrics, chords, lead sheets, overheads, computer projection, and more.

OpenSong releases are available for Microsoft Windows, Mac OSX, and Linux operating systems.

Download the full application for free and give it a try!

Getting Started

Development on this project can be done on all major platforms (Windowd, Mac, Linux).

If you know current web technologies you should be ready to go.

To start hacking on the code you need apparantly to check out the source code. We assume you know how to do that.

Requirements

  • Nodejs for your platform
  • gruntjs
  • bower

Nodejs comes now prepackaged with NPM, its package manager. To install grunt execute:

npm install grunt-cli -g
npm install bower -g

With the -g option we install the dependencies globally. We need this to be able to use the command line utility.

Install dependencies

In the source code folder execute:

npm install
bower install

This will install all nodejs and frontend javascript dependencies.

Start Coding

The project uses these projects:

The CoffeeScript files need to be compiled into Javascript. This can be automated with grunt.

You can start a watcher that will automatically compile the coffee files. In your source root dir run:

grunt dev

License

The GNU Lesser General Public License, version 2.1 (LGPL-2.1)

Dependents (0)

Package Sidebar

Install

npm i opensong

Weekly Downloads

6

Version

0.1.1

License

none

Last publish

Collaborators

  • deepflame