Skip to content

joshtin2505/HarmonyCraftApi

Repository files navigation

Harmony Craft Api

Note

This API is created from musicans for musicans.

End Points

https://harmonycraftapi.onrender.com/api

    endPoints: [
      {
        url: '/api/notes',
        method: 'GET',
        description: 'Get all notes'
      },
      {
        url: '/api/mod',
        method: 'GET',
        description: 'Get all mods'
      },
      {
        url: '/api/modes',
        method: 'GET',
        description: 'Get all modes'
      },
      {
        url: '/api/random/tone',
        params: ['nat - alt', 'min - maj'],
        method: 'GET',
        description: 'Get a random tone'
      }
    ]

fixed

  • alt param of tone random

About

Una ap que ofrece escalas, tonos y acordes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published