0.3.0 • Published 6 years ago

@neoterraarchitectsguild/neoterra-client v0.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

A neo kind of Neoterra

This npm package contains a client you can use to access the Neoterra API. ARO!

Get started

npm install @neoterraarchitectsguild/neoterra-client

Write code

Javascript

const NeoterraClient = require('@neoterraarchitectsguild/neoterra-client');

let client = new NeoterraClient();
let units = client.getUnits();

Typescript

import { NeoterraClient } from '@neoterraarchitectsguild/neoterra-client';

let client = new NeoterraClient();
let units = client.getUnits();
0.3.0

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago