Skip to content

lvreynoso/midikov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

midikov

Live Demo

About

A Node.js-based web app to generate MIDI music using Markov chains. This is a student project written for Make School's Winter 2019 intensive.

Installing

  • Clone project and run the command npm install.

Developing

  • You can run the command npm run dev to start a babel-node server using nodemon. Browser access is at http://localhost:3000/.

Building

  • Compile with babel using the command npm run build. The compiled files will be in the /server directory.

Testing

No automated tests have been written yet.

Running

  • The compiled project can be run with the command npm start.

About

A Node.js-based web app to generate MIDI music using Markov chains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published