Skip to content

The library for accessing the investment capital web API. Made for typescript and javascript.

Notifications You must be signed in to change notification settings

Investment-Capital/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Investment Capital API Library

  • Investment capital is a market/economy style simulation website
  • This is the library that anyone can use to easily access the web API in typescript or javascript

Other Repos

Setup

  • Run "npm install investmentcapital.js"

Local

import { setApiData } from "investmentcapital.js";

setApiData({
  baseUrl: "localhost:3000", // the url running the data
  secure: false, // Does the test build use HTTPs or HTTP
});

About

The library for accessing the investment capital web API. Made for typescript and javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published