0.3.0 • Published 7 years ago

@neoterraarchitectsguild/neoterra-client v0.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 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

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago