Skip to content

ACKspace/spaceAPI

Repository files navigation

spaceAPI

Space API backend (semi-modular)

NOTE: This project needs spaceAPI_config.php just outside the document root folder with the following variables:

// Our API key (be aware that this might incidentally change, so check your firmware regularily)
const SPACEAPI_KEY = "<YOUR SPACEAPI KEY>"

// Database settings
$spaceApi_db_servername = "<MYSQL SERVER>";
$spaceApi_db_username   = "<DATABASE USERNAME>";
$spaceApi_db_password   = "<DATABASE PASSWORD>";
$spaceApi_db_dbname     = "<DATABASE>";

About

Space API backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published