Skip to content

The Go server that powers the API for rendering skins for mineatar.io.

License

Notifications You must be signed in to change notification settings

mineatar-io/api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Server

The API and rendering service responsible for serving images for mineatar.io.

Getting Started

# Clone the repository into a `api-server` folder
git clone https://github.com/mineatar-io/api-server.git

# Navigate the working directory into the api-server folder
cd api-server

# Copy the `config.example.yml` file a new file `config.yml`
# You will need to edit the details of this file.
cp config.example.yml config.yml

# Build the source code into a single executable
make

# Run the executable
./bin/main

Issues

If you find any issues with this API service (not the website itself), please create a new issue with all necessary details.

License

MIT License

About

The Go server that powers the API for rendering skins for mineatar.io.

Topics

Resources

License

Stars

Watchers

Forks