/api

🔌 Bunker's Public API, Coded in Typescript for maximum speed.

Primary LanguageTypeScriptMIT LicenseMIT

Bunker's API

🔌 Bunker's Public API, Coded in Typescript for maximum speed.

Installation

git clone https://github.com/bunkerradio/api.git
yarn add
yarn build && yarn start

Usage

JQuery Example:

$.getJSON('http://localhost:5050/', data => {
  console.log(data);
})

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT