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

https://github.com/diegotl/empusaserver

API server that provides endpoints to Empusa App.
https://github.com/diegotl/empusaserver

api nintendo nro server switch vapor

Last synced: 10 months ago
JSON representation

API server that provides endpoints to Empusa App.

Awesome Lists containing this project

README

          

# EmpusaServer
This is a Vapor server that provides an API for [Empusa](https://github.com/diegotl/Empusa/) app.

## Features
In order to reduce GitHub's API consumpton from client side (which can exceed rate limit very quick) this server was written to implement and enpoint that provides a list of all installable resources, as well as their latest versions and assets direct url.

This also provides the necessary files for the "Check for update" function, implemented with Sparkle.

## Usage
Clone the repository and either open Package.swift and run it through Xcode, or execute `swift run` in the root directory.