Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galaxiat/galaxiat.ts
Official nodejs package to interact with Galaxiat !
https://github.com/galaxiat/galaxiat.ts
Last synced: 3 days ago
JSON representation
Official nodejs package to interact with Galaxiat !
- Host: GitHub
- URL: https://github.com/galaxiat/galaxiat.ts
- Owner: galaxiat
- License: mit
- Created: 2022-04-24T09:50:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T08:00:49.000Z (over 2 years ago)
- Last Synced: 2024-12-05T14:08:35.800Z (19 days ago)
- Language: TypeScript
- Homepage: https://www.galaxiatapp.com
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About
galaxiat.ts [Node.js](https://nodejs.org) package allows you to easily interact with the [Galaxiat API](https://galaxiatapp.com).
## Installation
**Node.js 16.9.0 or newer is required.**
```sh-session
npm install galaxiat.ts
```## Example
### Create Galaxiat User`src/index.ts`
```ts
import { GalaxiatClient, User } from "galaxiat.ts"const Client = new GalaxiatClient("dev", "v0");
(async () => {
const version = Client.dataVersion
console.log(await User.Create(Client, {
email : "[email protected]",
password : "DEMOBlueIsBlueDEMO",
username : "blue",
username_at : "blue"
}))
})()
```## Links
- [Galaxiat](https://galaxiatapp.com/)
## Contributing
Before creating an issue, please ensure that it hasn't already been reported/suggested.
## License
Software is under [MIT](./LICENSE.md) license