0.0.3 • Published 6 years ago

musical-instruments v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Musical Instruments

For a freelancing project I needed a list of musical instruments, preferably in JSON format. I couldn't find what I needed so using information from my customer I produced this hierarchical JSON object with the names of musical instruments.

Feel free to use it in your projects and raise any issues if you find any.

Usage

If you are using ES6 and npm, you can import the musical instruments database using:

import musicalInstruments from 'musical-instruments';

You can then use instruments as a regular JSON object in your code.