Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bali182/stick
https://github.com/bali182/stick
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bali182/stick
- Owner: bali182
- Created: 2023-05-26T18:19:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T09:06:27.000Z (5 months ago)
- Last Synced: 2024-08-21T10:29:35.871Z (5 months ago)
- Language: TypeScript
- Size: 14.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stick
https://bali182.github.io/stick
This is a small UI project, that suggests walking basslines for your own chord progressions. You can check it out on the URL above.
There is **NO** registration / data collection of any type, and **NO** cookies of any type. The only semi-persistent storage this project uses is your browsers `localStorage` for storing your chord progressions (data lives on your own computer, no third party has access to it).
## build
- `git clone https://github.com/bali182/stick.git`
- `npm ci`
- happy coding :)## thanks to
- All the devs maintaining the open source projects this one was built upon.
- Special thanks to @Danielku15 for open sourcing, maintaining, and providing quick and very appreciated help for [alphaTab](https://github.com/CoderLine/alphaTab), without which this project could not render and play tabs/scores, therfore would be completely pointless.