Skip to content

luizppa/nether-portal-api

Repository files navigation

Nether Portal API

About

This node API connects to a minecraft server hosted strictly on a AWS EC2 instance using the AWS node SDK and this minecraft protocol package.

If you are interested in running your own minecraft AWS server instance to communicate with this API, please, contact the owner of this repository.

Start Development Server

After cloning the repository run npm install to install dependencies, then run npm start to run a Node Development server at localhost:3000 (by default).

Contribute

Bug reports, suggestions and pull requests are welcome (please create an issue).