/api.cytoid.io

Cytoid is a music game where you can create, share and play your own levels! Powered by community, with many dedicated creators, Cytoid provides a huge variety of musical genres to enjoy and a diverse range of gameplay design.

Primary LanguageTypeScript

Cytoid.io APIs

Build Status

Cytoid is a music game where you can create, share and play your own levels! Powered by community, with many dedicated creators, Cytoid provides a huge variety of musical genres to enjoy and a diverse range of gameplay design.

This is the repository for the Cytoid.io API endpoints. The API Services was constructed using TypeScript and routing-controllers

Build Setup

# install dependencies
$ yarn install

# serve ts-node
$ yarn serve

# build for production and launch server
$ yarn build
$ yarn start