-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
The ostinato project has been quite successful, in that:
- it's the Descriptive Notation to Algebraic Notation conversion failure #1 Google Result for "chess notation converter"
- it's gotten the attention of American Chess Magazine
- it's being used as a converter for re-editing books in older notations
- it's been featured as the Descriptive Notation to Algebraic Notation conversion failure #1 article on Scala Times #163
However, it hasn't reached the JS community, mostly because it's not very approachable.
In order to make it attractive for the JS community, two things are necessary:
- Getting started documentation
- The library should be packaged using NPM, so that it can be easily added to any project.
I would really appreciate some help with configuring the project such that the release would construct and publish an NPM package. Thank you!
Reactions are currently unavailable