Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moroboxai/moroxel8ai-sdk
API definitions for the Moroxel8AI fantasy 8-bit CPU
https://github.com/moroboxai/moroxel8ai-sdk
fantasy-console games javascript moroboxai sdk typescript
Last synced: about 2 months ago
JSON representation
API definitions for the Moroxel8AI fantasy 8-bit CPU
- Host: GitHub
- URL: https://github.com/moroboxai/moroxel8ai-sdk
- Owner: moroboxai
- License: mit
- Created: 2022-06-18T07:11:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-16T22:34:44.000Z (over 1 year ago)
- Last Synced: 2024-11-05T09:18:46.624Z (2 months ago)
- Topics: fantasy-console, games, javascript, moroboxai, sdk, typescript
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moroxel8ai-sdk
[![NPM version](https://img.shields.io/npm/v/moroxel8ai-sdk.svg)](https://www.npmjs.com/package/moroxel8ai-sdk)
![Node.js CI](https://github.com/moroboxai/moroxel8ai-sdk/workflows/Node.js%20CI/badge.svg)
[![gitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/moroboxai/moroxel8ai-sdk/blob/master/LICENSE)API definitions for the [Moroxel8AI](https://github.com/moroboxai/moroxel8ai) fantasy 8-bit CPU.
## Install
Using npm:
```bash
npm install moroxel8ai-sdk --save-dev
```Log installed SDK version to console:
```js
import * from Moroxel8AISDK from 'moroxel8ai-sdk';console.log(`Moroxel8AISDK v${Moroxel8AISDK.VERSION}`);
```## License
This content is released under the [MIT](http://opensource.org/licenses/MIT) License.