8000 GitHub - Fyko/egginc: A client for interacting with the Egg, Inc. API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fyko/egginc

Repository files navigation

egginc

A client for interfacing with the EggInc API.

Installation

npm install egginc

Usage

import { REST } from 'egginc';

const rest = new REST();

const response = await rest.firstContact('EID1000000000001');
console.log(response);

About

A client for interacting with the Egg, Inc. API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0