JS: Mention TypeScript in the Markdown documentation.

Let people know that a TypeScript version of
Astronomy Engine is now available.
This commit is contained in:
Don Cross
2021-02-08 17:31:42 -05:00
parent ba619d553a
commit b529a34c66
2 changed files with 14 additions and 4 deletions

View File

@@ -1,7 +1,12 @@
# Astronomy Engine (JavaScript)
# Astronomy Engine (JavaScript / TypeScript)
This is the complete programming reference for the JavaScript version
of Astronomy Engine. It supports client side programming
in the browser and backend use of [Node.js](https://nodejs.org).
in the browser, and backend use of [Node.js](https://nodejs.org).
Both the browser and backend versions of the JavaScript code are generated from
[TypeScript](https://www.typescriptlang.org/) code in `astronomy.ts`,
which is also provided here for those who want to use it directly.
Other programming languages are supported also.
See the [home page](https://github.com/cosinekitty/astronomy) for more info.

View File

@@ -1,7 +1,12 @@
# Astronomy Engine (JavaScript)
# Astronomy Engine (JavaScript / TypeScript)
This is the complete programming reference for the JavaScript version
of Astronomy Engine. It supports client side programming
in the browser and backend use of [Node.js](https://nodejs.org).
in the browser, and backend use of [Node.js](https://nodejs.org).
Both the browser and backend versions of the JavaScript code are generated from
[TypeScript](https://www.typescriptlang.org/) code in `astronomy.ts`,
which is also provided here for those who want to use it directly.
Other programming languages are supported also.
See the [home page](https://github.com/cosinekitty/astronomy) for more info.