investmentcapital.js
v1.3.0
Published
A JavaScript/TypeScript API wrapper for the Investment Capital web API.
Readme
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
});