An open API service indexing awesome lists of open source software.

https://github.com/sysread/spacer

Like a cross between TradeWars and The Expanse
https://github.com/sysread/spacer

Last synced: 2 months ago
JSON representation

Like a cross between TradeWars and The Expanse

Awesome Lists containing this project

README

        

# Spacer
Like a cross between TradeWars, Elite, The Expanse, and Firefly.

# Testing

## Chrome
cordova serve

## Android
cordova platform add android
cordova build android
adb install -r /path/to/generated/apk

## iOS
cordova run ios